forked from tmcgee/cmv-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 850 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
{
"name": "cmv-widgets",
"version": "v1.0.0",
"author": "Tim McGee",
"license": "",
"year": "2015",
"homepage": "https://tmcgee.github.io/cmv-widgets/",
"repository": "https://github.com/tmcgee/cmv-widgets",
"dependencies": {
"csslint": "0.10.x",
"babel-eslint": "4.1.x",
"eslint": "1.7.x",
"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-csslint": "0.5.x",
"grunt-contrib-cssmin": "0.9.x",
"grunt-eslint": "17.3.x",
"grunt-contrib-uglify": "0.4.x",
"grunt-contrib-watch": "0.6.x",
"grunt-newer": "0.7.x",
"grunt-open": "0.2.x",
"grunt-contrib-compress": "0.10.x"
},
"engine": "node >= 0.10"
}