forked from tessel/tessel.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.46 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.46 KB
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
{
"name": "tessel-website",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "npm run bower-install && npm run gulp",
"bower-install": "bower install --config.interactive=false --allow-root",
"gulp": "gulp",
"start": "node index.js",
"dev": "gulp dev"
},
"engines": {
"node": "^4.4.3",
"npm": "^3.8.6"
},
"dependencies": {
"async": "0.9.0",
"bluebird": "2.9.12",
"d3": "^3.5.9",
"dotty": "0.0.2",
"ejs": "1.0.0",
"express": "3.2.6",
"fastdom": "0.8.5",
"foundation": "4.2.1-1",
"gulp-hash": "2.0.3",
"hashids": "1.0.2",
"highlight.js": "8.4.0",
"jade": "1.9.2",
"lodash": "3.2.0",
"lodash.defaults": "3.0.0",
"lodash.once": "3.0.0",
"malarkey": "1.1.5",
"marked": "0.3.2",
"node-html-encoder": "0.0.2",
"numeral": "1.5.3",
"nvd3": "1.8.1",
"raf": "2.0.4",
"request": "2.53.0",
"try-celery": "0.0.3",
"urlcode-json": "0.0.5"
},
"devDependencies": {
"bower": "^1.6.5",
"browserify": "^8.1.3",
"gulp": "^3.8.11",
"gulp-awspublish": "^1.0.5",
"gulp-concat": "^2.4.1",
"gulp-env": "^0.2.0",
"gulp-livereload": "^3.7.0",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-sass": "~2.1.0",
"gulp-shell": "^0.3.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"ini": "^1.3.3",
"jquery": "^2.1.3",
"jquery.transit": "^0.9.12",
"vinyl-source-stream": "^1.0.0"
}
}