-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
43
44
{
"name": "ninja-slider",
"version": "1.1.27",
"description": "Ninja Slider",
"homepage": "http://ninjaui.com/slider",
"repository": {
"type": "git",
"url": "https://github.com/ninja/ninja-slider.git"
},
"bugs": {
"url": "http://github.com/ninja/ninja-slider/issues"
},
"engines": {
"node": "0.8",
"npm": "1.1"
},
"dependencies": {
"ninja": "1.1"
},
"scripts": {
"prepublish": "./node_modules/ninja/node_modules/grunt/bin/grunt",
"start": "./node_modules/ninja/node_modules/grunt/bin/grunt start",
"test": "./node_modules/ninja/node_modules/grunt/bin/grunt test"
},
"main": "library/ninja-slider",
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://ninjaui.com/license.txt"
}
],
"author": {
"name": "Jamie Hoover",
"email": "dont.tase@me.com",
"url": "http://uipoet.com"
},
"contributors": [
{
"name": "Faisal N. Jawdat",
"email": "faisal@faisal.com",
"url": "http://faisal.com"
}
]
}