-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 953 Bytes
/
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
{
"name": "soonglabs-boss",
"version": "0.0.8",
"description": "browser operating system simulator",
"repository": "https://github.com/soonglabs/boss.git",
"main": "dist/js/boss.js",
"author": "Scott Russell",
"license": "MIT",
"scripts": {
"test": "gulp test",
"start": "gulp run",
"prepublish": "gulp release"
},
"dependencies": {
"ace-builds": "^1.2.5",
"golden-layout": "^1.5.6",
"jquery.terminal": "git+https://github.com/scrussell24/jquery.terminal.git",
"lodash": "^4.16.6",
"spectre.css": "^0.1.31",
"vue": "^2.0.5"
},
"devDependencies": {
"babel-core": "^6.23.1",
"cors": "^2.8.1",
"fs-extra": "^1.0.0",
"gulp-connect": "^5.0.0",
"gulp-debug": "^3.1.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.10",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2"
}
}