-
Notifications
You must be signed in to change notification settings - Fork 233
/
package.json
34 lines (34 loc) · 842 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": "threesixty-slider",
"description": "360 degree Image Slider",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "http://github.com/vml-webdev/threesixty-slider.git"
},
"ignore": [
".jshintrc",
".editorconfig",
".bowerrc"
],
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "~0.4.1",
"grunt-bump": "0.0.11",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-usemin": "~2.1.1",
"load-grunt-tasks": "~0.2.0",
"qunitjs": "~1.14.0",
"time-grunt": "~0.1.0"
},
"scripts": {
"test": "grunt qunit",
"postinstall": "node_modules/.bin/bower install"
}
}