-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 983 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
37
38
{
"name": "webby",
"version": "0.5.0",
"description": "place order to your webby through the web",
"main": "index.html",
"scripts": {
"test": "cd test && karma start --browsers Firefox --single-run",
"lint": "eslint js && eslint test"
},
"repository": {
"type": "git",
"url": "git://github.com/gasolin/webby.git"
},
"author": "Fred Lin (gasolin)",
"license": "MPL 2.0",
"bugs": {
"url": "https://github.com/gasolin/webby/issues"
},
"devDependencies": {
"chai": "~3.4.1",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^1.10.3",
"eslint-config-defaults": "^8.0.1",
"karma": "~0.13.19",
"karma-firefox-launcher": "^0.1.7",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "~0.2.1",
"karma-sinon-chai": "~1.1.0",
"mocha": "~2.3.4",
"sinon": "~1.17.2",
"sinon-chai": "~2.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}