-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "jquery-plugin",
"version": "0.0.0-ignored",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"@types/node": "^8.0.58",
"awesome-typescript-loader": "^3.4.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-webpack": "^1.0.11",
"handlebars-loader": "^1.6.0",
"source-map-loader": "^0.2.3",
"typescript": "^2.6.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"handlebars-intl": "^1.1.2",
"jquery": "^3.0.0",
"js-cookie": "^2.1.2",
"query-string": "^5.0.1",
"sweetalert2": "^7.0.9",
"traceur": "0.0.111",
"typed-rest-client": "^0.15.1",
"vis": "^4.16.1"
}
}