-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 738 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 738 Bytes
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
{
"name": "drawerjs",
"version": "1.2.0",
"author": "G-TAC Software UG",
"license": "COMMERCIAL",
"private": true,
"dependencies": {
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-http-server": "^2.1.0",
"grunt-jscrambler": "^0.2.9",
"grunt-jsdoc": "^1.1.0",
"grunt-open": "^0.2.3"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"prepare": "node node_modules/bower/bin/bower install"
}
}