forked from zqjimlove/angular-ueditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 837 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
29
30
{
"name": "angular-ueditor",
"version": "0.0.1",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-autoprefixer": "^0.7.3",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"karma": "~0.10",
"protractor": "^1.1.1",
"http-server": "^0.6.1",
"karma-junit-reporter": "^0.2.2"
},
"scripts":{
"test": "karma start karma.conf.js",
"start": "http-server -a localhost -p 8000 -c-1",
"update-webdriver": "webdriver-manager update",
"protractor": "protractor e2e-tests/protractor.conf.js"
},
"engines": {
"node": ">=0.10.0"
}
}