-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "gremlin-slider",
"version": "0.3.0",
"description": "a slider component for gremlin.js",
"main": "scripts/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/DECAF/gremlin-slider.git"
},
"keywords": [
"gremlins",
"gremlin.js"
],
"author": "DECAF",
"license": "MIT",
"bugs": {
"url": "https://github.com/DECAF/gremlin-slider/issues"
},
"homepage": "https://github.com/DECAF/gremlin-slider#readme",
"devDependencies": {
"babel": "^5.8.19",
"babel-runtime": "^5.8.19",
"babelify": "^6.1.3",
"nunjucks": "^1.3.4",
"nunjucksify": "^0.2.2"
},
"dependencies": {
"gremlins": "^0.11.2",
"gremlins-data": "^0.3.0",
"gremlins-dispatcher": "^0.6.0",
"gremlins-jquery": "^0.5.2",
"jquery": "^2.1.4",
"lodash": "^3.10.0",
"velocity-animate": "^1.2.2"
},
"browserify": {
"transform": [
[
"babelify",
{
"optional": [
"es7.classProperties",
"runtime"
]
}
],
"nunjucksify"
]
},
"browser": {
"nunjucks": "nunjucks/browser/nunjucks-slim"
}
}