forked from Shepless/module-a
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.22 KB
/
package.json
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
{
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-helpers": "^1.2.1",
"jspm": "^0.14.0",
"protractor": "^1.8.0"
},
"jspm": {
"directories": {
"baseURL": "dist",
"lib": "src",
"packages": "jspm_packages"
},
"configFile": "src/system.config.js",
"dependencies": {
"angular": "npm:angular@^1.3.14",
"angular-mocks": "npm:angular-mocks@^1.3.14",
"angular-ui-router": "npm:angular-ui-router@^0.2.13",
"babel": "npm:babel@^4.7.4",
"css": "github:systemjs/plugin-css@^0.1.6",
"json": "github:systemjs/plugin-json@^0.1.0",
"ngreact": "npm:ngreact@^0.1.4",
"oclazyload": "npm:oclazyload@^0.6.3",
"todomvc-app-css": "npm:todomvc-app-css@^1.0.1",
"todomvc-common": "npm:todomvc-common@^1.0.1",
"ui-router-extras": "npm:ui-router-extras@^0.0.13"
}
},
"scripts": {
"postinstall": "jspm install",
"test": "gulp recompile && ./node_modules/gulp-helpers/node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"protractor-setup": "./node_modules/.bin/webdriver-manager update --standalone",
"protractor-run": "gulp es6-e2e && ./node_modules/.bin/protractor protractor.conf.js"
}
}