forked from balena-os/balena-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.57 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
{
"name": "resinos",
"version": "1.6.0",
"description": "The central place for all things ResinOS related.",
"scripts": {
"start": "node index.js",
"postinstall": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp build"
},
"engines": {
"node": "~6.11.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resin-os/resinos"
},
"author": "Craig Mulligan <craig@resin.io>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/resin-os/resinos/issues"
},
"homepage": "https://github.com/resin-os/resinos#readme",
"dependencies": {
"axios": "0.16.2",
"browserify": "^13.1.0",
"connect-livereload": "^0.6.0",
"del": "^2.2.2",
"github": "^3.1.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.0",
"gulp-express": "^0.3.5",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jsdom": "^9.6.0",
"moment": "^2.15.1",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"cheerio": "^0.18.0",
"entities": "^1.1.1",
"extend": "^2.0.0",
"marked": "^0.3.3",
"@resin.io/doxx": "^0.9.3",
"bluebird": "^3.4.6",
"bootstrap": "4.0.0-alpha.4",
"express": "^4.14.0",
"headroom.js": "^0.9.3",
"jquery": "^2.0.0",
"lodash": "^4.16.2",
"mixpanel-browser": "^2.9.15",
"tether": "^1.3.7"
}
}