-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 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
45
46
{
"name": "siteswap-generator",
"version": "0.2.0",
"description": "siteswap generator",
"main": "index.js",
"bin": {
"siteswap": "./bin/siteswap-generator.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xgbuils/siteswap-generator.git"
},
"devDependencies": {
"browser-sync": "^2.5.2",
"chai": "^3.5.0",
"gulp": "^3.8.11",
"gulp-eslint": "^2.0.0",
"gulp-if": "^1.2.5",
"gulp-mocha": "^2.0.1",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"nib": "^1.1.0",
"should": "^5.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"siteswap",
"juggler",
"juggling",
"balls",
"pattern",
"patterns"
],
"author": "Xavier Garcia Buils <[email protected]>",
"license": "ISC",
"dependencies": {
"is-object": "^1.0.1",
"iterum": "^0.5.0"
}
}