-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 850 Bytes
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
{
"name": "bild-angular-starter-kit",
"title": "BildStudio Angular starter kit",
"version": "0.0.1",
"description": "BildStudio Angular starter kit",
"url": "www.bild-studio.net",
"copyright": "BildStudio",
"main": "index.js",
"scripts": {
"start": "npm install && bower install && grunt start"
},
"author": "Lindon Camaj",
"license": "BSD",
"dependencies": {
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-include-source": "^1.0.0",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0"
}
}