-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "angular-modular",
"version": "1.0.0",
"description": "AngularJS basis with modular architecture and basic UI Router settings ",
"main": "index.html",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-creator": "^0.1.3",
"grunt-html2js": "^0.3.2",
"load-grunt-tasks": "^3.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Shinomix/angular-modular.git"
},
"keywords": [
"angular",
"architecture",
"modular",
"scalable",
"grunt",
"ui-router",
"sass"
],
"author": "Maxence Haltel <[email protected]>",
"bugs": {
"url": "https://github.com/Shinomix/angular-modular/issues"
},
"homepage": "https://github.com/Shinomix/angular-modular"
}