-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·34 lines (34 loc) · 1.05 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
{
"name": "Andreas-Bergh",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "0.6.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-sass": "0.5.0",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "0.5.3",
"grunt-processhtml": "^0.3.3"
},
"directories": {
"src": "source_web",
"src_css": "source_web/css",
"src_sass": "source_web/sass",
"src_js": "source_web/js",
"src_static": "source_web/static",
"src_teaser": "source_teaser",
"src_teaser_css": "source_teaser/css",
"src_teaser_sass": "source_teaser/sass",
"src_teaser_js": "source_teaser/js",
"src_teaser_static": "source_teaser/static",
"deploy": "deploy_web",
"deploy_css": "deploy_web/css",
"deploy_js": "deploy_web/js",
"deploy_static": "deploy_web/static",
"deploy_teaser": "deploy_teaser",
"deploy_teaser_css": "deploy_teaser/css",
"deploy_teaser_js": "deploy_teaser/js",
"deploy_teaser_static": "deploy_teaser/static"
}
}