forked from revolunet/angular-carousel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1001 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
{
"name": "angular-panorama",
"description": "Angular Panorama - Mimic Windows Phone's Panorama UI control.",
"version": "0.2.0",
"homepage": "http://cnjsstong2.github.com/angular-panorama",
"author": "Tong Shen <tshen@farseerinc.com>",
"repository": {
"type": "git",
"url": "git://github.com/cnjsstong2/angular-panorama.git"
},
"engines": {
"node": ">= 0.8"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/"
}
],
"dependencies": {},
"devDependencies": {
"grunt": ">= 0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-release": "~0.3.3",
"grunt-contrib-watch": "~0.4.4",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1"
}
}