-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (52 loc) · 1.36 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
{
"name": "genotet",
"version": "1.0.0",
"description": "Genotet",
"main": "genotet.js",
"dependencies": {
"bower": "^1.5.2",
"mongodb": "^2.1.11",
"gulp-qunit": "git://github.com/yubowenok/gulp-qunit"
},
"devDependencies": {
"del": "^2.2.0",
"form-data": "^0.2.0",
"frisby": "^0.8.5",
"google-closure-compiler": "^20151015.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-closure-compiler": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.2.0",
"gulp-gjslint": "^0.1.5",
"gulp-html-replace": "^1.5.5",
"gulp-jasmine": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-replace-task": "^0.11.0",
"gulp-run": "^1.6.12",
"gulp-sass": "^2.1.1",
"gulp-scss-lint": "^0.3.8",
"gulp-scss-lint-stylish2": "^2.0.2",
"gulp-util": "^3.0.7",
"jasmine-node": "^1.14.5",
"phantomjs2": "^2.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "bash start.sh",
"test": "bash test/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ViDA-NYU/genotet.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ViDA-NYU/genotet/issues"
},
"homepage": "https://github.com/ViDA-NYU/genotet#readme"
}