-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 908 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
38
39
40
41
42
{
"name": "ng-slimscroll",
"version": "1.0.1",
"description": "AngularJS slimscroll implementation ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jkuri/ngSlimscroll.git"
},
"keywords": [
"AngularJS",
"directive",
"slimscroll",
"scroller",
"horizontal",
"vertical",
"scroll"
],
"author": "Jan Kuri <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkuri/ngSlimscroll/issues"
},
"homepage": "http://demo.jankuri.com/ngSlimscroll",
"dependencies": {
"bower": "^1.6.3"
},
"devDependencies": {
"del": "2.0.2",
"event-stream": "3.3.2",
"gulp": "3.9.0",
"requirejs": "2.1",
"run-sequence": "1.1.4",
"gulp-uglify": "1.5.1"
},
"engines": {
"node": "^0.12 || ^4.2"
}
}