forked from cyclejs/cyclejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
38
39
40
41
42
43
44
45
46
{
"private": true,
"license": "MIT",
"dependencies": {},
"devDependencies": {
"add-stream": "1.0.0",
"browserify": "13.3.0",
"browserify-shim": "3.8.13",
"budo": "10.0.x",
"bump-cli": "^1.1.3",
"commitizen": "2.9.6",
"conventional-changelog": "1.1.6",
"conventional-changelog-cli": "1.3.4",
"cz-conventional-changelog": "2.0.0",
"cz-customizable": "5.2.0",
"ejs": "^2.5.5",
"git-travis": "3.1.0",
"google-closure-compiler-js": "^20170521.0.0",
"jase": "1.2.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-typescript": "3.0.8",
"markdox": "0.1.10",
"mocha": "4.0.1",
"prettier": "^1.7.4",
"sinon": "1.17.7",
"tempfile": "1.1.1",
"testem": "1.18.4",
"ts-node": "3.3.0",
"tsify": "3.0.3",
"tslint": "5.8.0",
"typescript": "2.5.3",
"validate-commit-msg": "2.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
},
"browserify-shim": {}
}