-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 886 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
{
"name": "webmanual",
"version": "0.92.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/storebrand/storebrand.ny",
"scripts": {
"prepublish": "grunt dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"bootstrap": "3.3.6",
"jquery": "2.1.0",
"jquery-match-height": "0.7.0",
"jquery.hotkeys": "0.1.0",
"moment": "2.8.3",
"spin.js": "2.3.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0"
}
}