forked from cyclejs/cyclejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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.5",
"conventional-changelog": "1.1.3",
"conventional-changelog-cli": "1.3.1",
"cz-conventional-changelog": "2.0.0",
"cz-customizable": "4.0.0",
"ejs": "^2.5.5",
"git-travis": "2.0.0",
"google-closure-compiler-js": "^20170521.0.0",
"jase": "1.2.0",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.1.0",
"karma-typescript": "3.0.4",
"markdox": "0.1.10",
"mocha": "3.2.0",
"prettier": "^1.4.2",
"sinon": "1.17.7",
"tempfile": "1.1.1",
"testem": "1.14.3",
"ts-node": "3.2.0",
"tsify": "3.0.1",
"tslint": "5.5.0",
"typescript": "2.4.1",
"validate-commit-msg": "2.11.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
},
"browserify-shim": {}
}