forked from laurelnaiad/angular-couch-potato
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 902 Bytes
/
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
{
"name": "angular-couch-potato",
"description": "Provider/Service to Lazy-Load Components in AngularJS Applications",
"version": "0.2.3",
"homepage": "https://github.com/laurelnaiad/angular-couch-potato",
"author": {
"name": "Daphne Maddox",
"url": "https://github.com/laurelnaiad"
},
"repository": {
"type": "git",
"url": "https://github.com/laurelnaiad/angular-couch-potato.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/laurelnaiad/angular-couch-potato/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"express": "~3.4.4",
"grunt": "~0.4.1",
"grunt-bower": "~0.7.0",
"grunt-bower-task": "~0.3.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-ngdocs": "m7r/grunt-ngdocs",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-gh-pages": "~0.8.1"
}
}