-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
37 lines (37 loc) · 929 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
36
37
{
"name": "angular-revolution",
"version": "1.0.1",
"description": "Directive for Slider Revolution plugin from ThemePunch",
"main": "release/angular-revolution.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Karnith/angular-revolution.git"
},
"keywords": [
"angular",
"slider",
"revolution",
"jquery"
],
"author": "JCMar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Karnith/angular-revolution/issues"
},
"homepage": "https://github.com/Karnith/angular-revolution",
"devDependencies": {
"del": "^2.2.0",
"faithful-exec": "^0.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.1-rc1",
"load-gulp-tasks": "^0.1.0",
"shelljs": "^0.5.3",
"vinyl-paths": "^2.1.0"
}
}