forked from cyclejs/cyclejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"private": true,
"license": "MIT",
"dependencies": {},
"devDependencies": {
"add-stream": "1.0.0",
"browserify": "13.3.0",
"browserify-shim": "3.8.13",
"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",
"jase": "1.2.0",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.1.0",
"karma-typescript": "3.0.0-beta.1",
"markdox": "0.1.10",
"mocha": "3.2.0",
"sinon": "1.17.7",
"tempfile": "1.1.1",
"testem": "1.14.3",
"ts-node": "2.0.0",
"tsify": "3.0.1",
"tslint": "4.4.2",
"typescript": "2.2.1",
"typings": "2.1.0",
"uglify-js": "2.7.5",
"validate-commit-msg": "2.11.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.js"
}
},
"browserify-shim": {}
}