-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
37
{
"name": "pillowfork",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "http://github.com/edrex/pillowfork.git"
},
"scripts": {
"prepublish": "webdriver-manager update",
"postinstall": "bower install",
"webdriver": "webdriver-manager start",
"test": "karma start test/karma-unit.conf.js; protractor test/protractor.conf.js"
},
"devDependencies": {
"bower": "~1.2.6",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-coverage": "~0.1.0",
"karma": "~0.10.2",
"protractor": "~0.18.1",
"gulp-concat": "~2.1.7",
"gulp": "~3.5.1",
"gulp-exec": "~1.0.3",
"gulp-protractor": "0.0.3",
"tiny-lr": "0.0.5",
"gulp-livereload": "~0.3.2",
"crypto-js": "~3.1.2-2",
"browserify": "~3.24.11",
"vinyl-source-stream": "0.0.0"
}
}