forked from plasma-umass/browsix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.99 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
{
"name": "browsix",
"version": "0.9.2",
"description": "in-browser, multi-process operating system",
"main": "lib/kernel/kernel.js",
"scripts": {
"prepublishOnly": "node_modules/.bin/gulp build:dist",
"test": "node_modules/.bin/gulp test-once"
},
"repository": {
"url": "https://github.com/plasma-umass/browsix.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/plasma-umass/browsix/issues"
},
"homepage": "https://github.com/plasma-umass/browsix",
"devDependencies": {
"bfs-buffer": "^0.1.7",
"bfs-path": "^0.1.2",
"bower": "^1.8.0",
"browser-sync": "^2.13.0",
"browserfs-browsix-tmp": "0.5.15",
"browserify": "^13.0.1",
"chai": "^4.0.2",
"connect-history-api-fallback": "^1.1.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.5",
"gulp-changed": "^1.3.0",
"gulp-chmod": "^1.3.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-html": "^1.0.5",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-run": "^1.6.12",
"gulp-size": "^2.0.0",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.1.7",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.6",
"gulp-vulcanize": "^6.1.0",
"karma": "^1.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"merge2": "^1.1.0",
"mocha": "^3.4.2",
"through2": "^2.0.3",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@types/chai": "^4.0.1",
"@types/dropboxjs": "0.0.29",
"@types/filesystem": "0.0.28",
"@types/mocha": "^2.2.41",
"node-binary-marshal": "^0.4.2",
"term.js": "github:bpowers/term.js"
},
"engines": {
"node": ">=4.3.0"
}
}