forked from nicgirault/circosJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "circosJS",
"version": "0.0.0",
"description": "A d3js library to build circos graphs",
"main": "app.js",
"scripts": {
"test": "NODE_ENV=test karma start",
"start": "gulp watch",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/nicgirault/circosJS.git"
},
"author": "Nicolas Girault",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicgirault/circosJS/issues"
},
"homepage": "https://github.com/nicgirault/circosJS",
"devDependencies": {
"chai": "~1.10.0",
"coffee-coverage": "~0.4.5",
"coffee-script": "~1.8.0",
"jasmine-core": "~2.3.4",
"karma": "~0.13.15",
"karma-chai": "~0.1.0",
"karma-coffee-preprocessor": "~0.3.0",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.6",
"karma-mocha": "~0.2.1",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sinon": "~1.0.4",
"phantomjs": "~1.9.18"
},
"dependencies": {
"bower": "~1.7.9",
"d3": "~3.4.13",
"gulp": "~3.9.0",
"gulp-browserify": "~0.5.0",
"gulp-coffee": "~2.2.0",
"gulp-concat": "~2.4.2",
"gulp-copy": "0.0.2",
"gulp-jade": "~0.10.0",
"gulp-util": "~3.0.1",
"mocha": "~2.5.3",
"sinon": "~1.17.4"
}
}