-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"directory": {
"app": "app",
"dest": "dist"
},
"paths": {
"global": {
"partials": "global/views/partials/**/*.hbs",
"js": "global/js/**/*.js",
"scss": "global/scss"
},
"page": {
"layout": "global/views/layouts/default.hbs",
"partials": "app/views/partials/**/*.hbs",
"pages": "app/views/pages/**/*.hbs",
"js": "app/assets/js/**/*.js",
"scss": "app/scss",
"data": "app/data/**/*.json",
"ajax": "app/assets/ajax/**/*.json",
"html": "app/assets/**/*.html"
}
},
"name": "BALT",
"description": "BALT website",
"version": "0.0.1",
"private": false,
"author": [
"Adriaan Scholvinck <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com:BALT-CO/website.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-modernizr": "~0.3.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"assemble": "^0.4.42",
"handlebars-helpers": "^0.5.8",
"browserify": "^9.0.7",
"grunt-browserify": "^3.6.0",
"grunt-connect-rewrite": "^0.2.1"
},
"dependencies": {
"lodash": "^2.4.1"
}
}