-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (53 loc) · 1.32 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
{
"directory": {
"app": "app",
"dest": "dist"
},
"paths": {
"global":{
"partials":"",
"js":"",
"scss":""
},
"page":{
"layout":"app/views/layout.hbs",
"partials": "app/views/partials/**/*.hbs",
"pages": "app/views/pages/**/*.hbs",
"js": "app/assets/js/**/*.js",
"html": "app/assets/js/**/*.html",
"scss": "app/scss",
"data": "app/data/**/*.json",
"ajax": "app/assets/ajax/**/*.json"
}
},
"name": "Boilerplate-Angular",
"description": "Boilerplate Angular",
"version": "0.1.0",
"private": false,
"author": "Adriaan Scholvinck <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com:adriaanbalt/boilerplate-angular.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.10.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",
"browserify": "^10.2.3",
"grunt-browserify": "^3.8.0",
"assemble": "^0.4.42",
"handlebars-helpers": "^0.5.8"
}
}