forked from petebacondarwin/ng1-component-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 872 Bytes
/
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
{
"name": "ng1-component-example",
"version": "1.0.0",
"description": "Demo project for ng-conf 2016",
"repository": "https://github.com/petebacondarwin/ng1-component-demo.git",
"author": "Pete Bacon Darwin",
"license": "MIT",
"scripts": {
"start": "lite-server",
"test": "karma start",
"lint": "jshint app/**/*.js",
"preci": "npm run lint",
"ci": "karma start --single-run --browsers Firefox --reporters dots",
"update-webdriver": "webdriver-manager update",
"pree2e": "npm run update-webdriver",
"e2e": "protractor e2e-tests/protractor.conf.js"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"lite-server": "^2.2.0",
"protractor": "^3.2.2"
}
}