-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
36
37
38
39
{
"name": "modelo",
"version": "0.0.1",
"description": "Modelo de Projetos Cah Felix",
"main": "index.js",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"bootstrap-sass": "^3.3.4",
"grunt-combine-mq": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-imagemin": "^0.9.3",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.0",
"grunt-curl": "^2.2.0",
"grunt-scss-lint": "^0.3.4",
"grunt-spritesmith": "^5.0.0",
"grunt-zip": "^0.17.0",
"node-bourbon": "^4.2.1-beta1",
"node-neat": "^1.7.1-beta1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cahfelix",
"grunt"
],
"author": "Cah Felix",
"license": "ISC"
}