forked from cidadania/ecidadania-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "project_name",
"description": "",
"keywords": [],
"version": "0.1.0",
"project_paths": {
"project_folder": "frontend/",
"bower_folder": "bower_components/"
},
"dest_paths": {
"js": "../htdocs/build_output/js/",
"css": "../htdocs/build_output/css/",
"fonts": "../htdocs/build_output/css/fonts/",
"images": "../htdocs/build_output/images/"
},
"src_paths": {
"scss": "frontend/scss/",
"js": "frontend/js/",
"fonts": "frontend/fonts/",
"images": "frontend/images/"
},
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-docco": "~0.3.3"
},
"devDependencies":{},
"author": "",
"contributors": [],
"licence": "closed-source",
"readmeFilename": "Readme.md",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "Gruntfile.js"
}