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
31 lines (31 loc) · 982 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 982 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
29
30
31
{
"name": "ConfigurableMapViewerCMV",
"version": "2.0.0-beta.2",
"author": "cmv.io - https://github.com/cmv/",
"license": "MIT",
"year": "2017",
"homepage": "https://cmv.io/",
"repository": "https://github.com/cmv/cmv-app/",
"dependencies": {
"babel-eslint": "~7.2.0",
"csslint": "1.0.x",
"eslint": "~3.19.0",
"grunt": "1.0.x",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "~1.4.1",
"grunt-contrib-connect": "1.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-csslint": "~2.0.x",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-uglify": "~3.0.0",
"grunt-contrib-watch": "1.0.x",
"grunt-eslint": "19.0.x",
"grunt-newer": "~1.3.0",
"grunt-open": "0.2.x",
"grunt-postcss": "0.8.x",
"body-parser": "~1.17.0",
"proxypage": "*"
},
"engine": "node >= 6",
"dojoBuild": "package.js"
}