forked from cmv/cmv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 729 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 729 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
{
"name": "ConfigurableViewerJSAPI",
"version": "v1.0.1",
"author": "David Spriggs",
"license": "MIT",
"year": "2014",
"homepage": "https://github.com/DavidSpriggs/ConfigurableViewerJSAPI",
"repository": "https://github.com/DavidSpriggs/ConfigurableViewerJSAPI",
"dependencies": {
"grunt": "0.4.x",
"grunt-autoprefixer": "0.7.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-connect": "0.7.x",
"grunt-contrib-copy": "0.5.x",
"grunt-contrib-cssmin": "0.9.x",
"grunt-contrib-jshint": "0.10.x",
"jshint-stylish": "0.2.x",
"grunt-contrib-uglify": "0.4.x",
"grunt-contrib-watch": "0.6.x",
"grunt-newer": "0.7.x",
"grunt-open": "0.2.x"
},
"engine": "node >= 0.10"
}