-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 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
32
{
"name": "styles",
"private": true,
"version": "0.1.0",
"dependencies": {},
"devDependencies": {
"btoa": "~1.1.2",
"glob": "~6.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-newer": "~0.5.4",
"grunt-rev": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-csscomb": "~3.1.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.9.2",
"markdown-it": "^5.0.0",
"npm-shrinkwrap": "^200.4.0",
"grunt": "~0.4.5"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {},
"license": "mit"
}