-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
103 lines (103 loc) · 3.14 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "GENtle",
"description": "GENtle - The Browser Based, Open Source, DNA Assembly App",
"homepage": "http://gentledna.org/",
"version": "0.7.0",
"engines": {
"node": "^0.12"
},
"browser": {
"jquery.mixed": "./public/scripts/common/lib/jquery.mixed.js",
"backbone.mixed": "./public/scripts/common/lib/backbone.mixed.js",
"underscore.mixed": "./public/scripts/common/lib/underscore.mixed.js",
"gentle": "./public/scripts/common/models/gentle.js",
"bootstrap": "./public/vendor/bootstrap/js/bootstrap.js",
"handlebars.mixed": "./public/scripts/common/lib/handlebars.mixed.js",
"tooltip": "./public/scripts/common/lib/tooltip.js"
},
"dependencies": {
"body-parser": "^1.9.0",
"bugsnag": "^1.6.5",
"connect-gzip-static": "^1.0.0",
"cookie-session": "^1.0.2",
"express": "^4.9.8",
"express-session": "^1.9.0",
"filedrop": "^2.0.0",
"jade": "^1.7.0",
"morgan": "^1.4.0",
"node-env-file": "^0.1.7",
"object-assign": "^2.0.0",
"request": "^2.45.0",
"serve-favicon": "^2.1.6",
"underscore": "^1.6.0",
"gentledna-utils": "^0.1.0"
},
"devDependencies": {
"aliasify": "^1.7.2",
"amdefine": "~0.1.0",
"aws-sdk": "^2.1.35",
"babel-runtime": "^5.6.15",
"babelify": "^6.1.1",
"backbone": "~1.1.2",
"backbone-deep-model": "~0.11.0",
"backbone.layoutmanager": "~0.9.5",
"backbone.localstorage": "1.1.16",
"benchmark": "~1.0.0",
"browserify": "9.0.8",
"browserify-shim": "^3.8.1",
"bugsnag-js": "^2.4.8",
"disc": "^1.3.2",
"dotenv": "^1.2.0",
"envify": "^3.4.0",
"exorcist": "^0.4.0",
"filesaver.js": "~0.1.1",
"glob": "^5.0.6",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-buffer": "0.0.2",
"gulp-cached": "^1.0.2",
"gulp-css-globbing": "^0.1.7",
"gulp-gzip": "^1.0.0",
"gulp-jasmine-browser": "^0.1.4",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^0.6.6",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.3",
"handlebars": "~2.0.0",
"hbsfy": "^2.2.1",
"jquery": "~2.1.3",
"jquery-ui": "jquery/jquery-ui#1-11-stable",
"jquery-ui-touch-punch": "~0.2.3",
"json-sass": "^1.3.3",
"jstify": "^0.9.0",
"mime": "^1.3.4",
"node-notifier": "^4.1.2",
"opener": "^1.4.1",
"phantomjs": "^1.9.17",
"pretty-error": "^1.1.1",
"pretty-hrtime": "^1.0.0",
"q": "~1.1.2",
"string-just": "0.0.2",
"svg.js": "^2.0.0",
"through2": "^1.0.0",
"uglifyify": "^3.0.1",
"underscore-deep-extend": "0.0.5",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"watchify": "^2.4.0",
"yuidoc-bootstrap-theme": "^1.0.4"
},
"scripts": {
"start": "nf start webdev,doc",
"build": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/gulp js:vendor && ./node_modules/.bin/gulp test:headless",
"test-debug": "./node_modules/karma/bin/karma start --single-run=false",
"watch": "./node_modules/.bin/gulp"
}
}