-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.05 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": "pivi",
"version": "0.1.5",
"description": "A simple visualisation tool that is based on streaming",
"main": "./lib/api.js",
"bin": {
"pivi": "./pivi.js"
},
"repository": "[email protected]:LittleHelicase/pivi.git",
"author": "Maximilian Klein <[email protected]>",
"contributors": [
{
"name": "Rasmus Buchmann"
}
],
"optionalDependencies" : {
"canvas" : "1.2.2"
},
"dependencies": {
"color-string": "^0.4.0",
"event-stream": "^3.3.1",
"glob": "^6.0.2",
"lodash": "^3.8.0",
"printf": "^0.2.1",
"rune.js": "^0.2.13",
"yargs": "^3.9.0"
},
"devDependencies": {
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-compile-handlebars": "^0.5.0",
"gulp-handlebars": "^4.0.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-peg": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.4",
"handlebars": "^3.0.3",
"mocha": "^2.2.4",
"pegjs": "^0.8.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
}
}