-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 969 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
31
32
33
34
35
36
{
"scripts": {
"httpd": "npx http-server dist/ -p 3000 -c-1",
"start": "run-s build httpd",
"build": "sh deploy.sh",
"grunt": "grunt",
"lint": "grunt eslint",
"test": "grunt test"
},
"name": "pls.watch",
"homepage": "https://github.com/lidel/pls.watch",
"repository": {
"type": "git",
"url": "https://github.com/lidel/pls.watch.git"
},
"private": true,
"preferGlobal": false,
"license": "CC0-1.0",
"devDependencies": {
"chromedriver": "2.40.0",
"eslint": "4.4.1",
"eslint-plugin-you-dont-need-lodash-underscore": "6.3.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-qunit": "2.0.0",
"grunt-env": "0.4.4",
"grunt-eslint": "20.0.0",
"load-grunt-tasks": "3.5.2",
"nightwatch": "0.9.21",
"npm-run-all": "4.1.2",
"selenium-server-standalone-jar": "3.12.0",
"time-grunt": "1.4.0",
"travis-multirunner": "latest"
}
}