-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "transis",
"version": "0.13.0",
"description": "A javascript data modeling library useful for creating rich client-side experiences.",
"main": "dist/index.js",
"repository": "https://github.com/centro/transis.git",
"scripts": {
"test": "make"
},
"keywords": [
"model",
"mvc"
],
"author": "Corey Burrows <corey.burrows@gmail.com>",
"license": "MIT",
"dependencies": {
"pluralize": "3.0.0"
},
"devDependencies": {
"babel-cli": "6.10.1",
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.9.0",
"es5-shim": "4.5.9",
"es6-shim": "0.35.1",
"http-server": "0.8.5",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"karma": "1.1.1",
"karma-chrome-launcher": "1.0.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-jasmine-html-reporter": "0.2.0",
"karma-phantomjs-launcher": "1.0.1",
"karma-safari-launcher": "1.0.0",
"karma-webpack": "1.7.0",
"phantomjs-prebuilt": "2.1.7",
"webpack": "1.13.1"
}
}