-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 867 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 867 Bytes
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
{
"name": "lab22",
"version": "1.0.0",
"description": "GA",
"main": "gulpfile.js",
"dependencies": {
"backbone": "^1.1.2",
"brfs": "^1.4.0",
"browserify": "^9.0.8",
"chai": "^2.1.1",
"d3": "^3.5.5",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^2.2.0",
"gulp-karma": "^0.0.4",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-sinon-chai": "^0.3.0"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/tilast/GA.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tilast/GA/issues"
},
"homepage": "https://github.com/tilast/GA"
}