forked from plasma-umass/browsix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.02 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
{
"name": "browsix",
"version": "0.1.0",
"description": "in-browser, multi-process operating system",
"main": "lib/kernel/kernel.js",
"scripts": {
"prepublish": "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.7.9",
"browser-sync": "^2.13.0",
"browserfs-browsix-tmp": "0.5.15",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-changed": "^1.3.0",
"gulp-chmod": "^1.3.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"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.5.4",
"gulp-run": "^1.6.12",
"gulp-size": "^2.0.0",
"gulp-tslint": "^6.0.1",
"gulp-typescript": "2.13.6",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^2.1.0",
"gulp-util": "^3.0.6",
"gulp-vulcanize": "^6.1.0",
"karma": "^1.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"merge2": "^1.0.0",
"mocha": "^2.5.3",
"proxy-middleware": "^0.15.0",
"through2": "^2.0.1",
"tsd": "^0.6.5",
"tslint": "^3.13.0",
"typescript": "^1.8.10",
"typings": "^1.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"node-binary-marshal": "^0.4.2",
"node-pipe2": "^0.2.0",
"node-priority": "^0.1.5",
"term.js": "github:bpowers/term.js"
},
"engines": {
"node": ">=4.3.0"
}
}