-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 950 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
39
40
{
"name": "ds.js",
"version": "1.0.0",
"description": "",
"main": "demo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bearzx/ds.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bearzx/ds.js/issues"
},
"homepage": "https://github.com/bearzx/ds.js#readme",
"dependencies": {
"esprima": "^4.0.1",
"jquery": "^3.1.1",
"jshint": "^2.10.2",
"jstransform": "^11.0.2",
"lodash": "^4.17.10",
"numeral": "^2.0.6",
"through": "^2.3.8",
"transform-loader": "^0.2.3",
"ts-loader": "^6.0.1",
"typedoc": "^0.14.2",
"webpack": "^4.32.2"
},
"devDependencies": {
"@types/handlebars": "4.0.33",
"@types/jquery": "^2.0.34",
"@types/node": "^6.0.54",
"css-loader": "^0.26.1",
"style-loader": "^0.13.1",
"webpack-cli": "^3.3.2"
}
}