-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 939 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 939 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
33
34
35
{
"name": "dev-day",
"description": "dev-day",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"grunt": "^0.4.5",
"grunt-sass": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-text-replace": "^0.4.0",
"grunt-search": "^0.1.7",
"grunt-include-replace": "^3.2.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-cssbeautifier": "^0.1.2",
"grunt-html-validation": "^0.1.18",
"grunt-usemin": "^3.1.1",
"grunt-notify": "^0.4.3",
"grunt-postcss": "^0.7.1",
"grunt-newer": "^1.1.1",
"time-grunt": "^1.2.2",
"jit-grunt": "^0.9.1",
"lodash": "^3.10.1",
"pixrem": "^3.0.0",
"postcss-import": "^7.1.3"
}
}