-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 865 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
33
34
35
{
"name": "ng-imago",
"description": "An angular module to manage iimages s.",
"version": "0.1.1",
"homepage": "https://github.com/panurge-ws/ng-imago",
"author": {
"name": "Panurge Web Studio",
"email": "[email protected]",
"url": "http://www.panurge.it"
},
"repository": {
"type": "git",
"url": "git://github.com/panurge-ws/ng-imago.git"
},
"bugs": {
"url": "https://github.com/panurge-ws/ng-imago/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/panurge-ws/ng-imago/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.4.0"
},
"keywords": []
}