forked from cmv/cmv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 979 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
{
"name": "cmv-app",
"version": "2.0.0-beta.3",
"author": "cmv.io - https://github.com/cmv/",
"license": "MIT",
"year": "2018",
"homepage": "https://cmv.io/",
"repository": "https://github.com/cmv/cmv-app/",
"dependencies": {
"eslint": "~5.0.0",
"grunt": "1.0.x",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.4.1",
"grunt-contrib-connect": "~2.0.0",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "19.0.x",
"grunt-newer": "~1.3.0",
"grunt-open": "0.2.x",
"grunt-postcss": "~0.9.0",
"grunt-stylelint": "~0.10.1",
"body-parser": "~1.18.0",
"stylelint": "~9.8.0",
"stylelint-config-standard": "~18.2.0",
"proxypage": "*"
},
"engine": "node >= 6",
"dojoBuild": "package.js"
}