-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 911 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
{
"name": "osv-html5-terminal",
"version": "1.0.0",
"description": "OSv HTML5 terminal app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/grunt-cli/bin/grunt",
"server": "npm run open",
"open": "concurrently \"node server\" \"open-cli http://localhost:8080/cli\""
},
"author": "Waldemar Kozaczuk",
"license": "ISC",
"dependencies": {
"@types/jquery": "2.0.39",
"systemjs": "0.19.41",
"typescript-collections": "1.2.3"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.4.0",
"grunt-ts": "6.0.0-beta.16",
"typescript": "2.3.3",
"express": "^4.2.0",
"serve-index": "^1.9.1",
"concurrently": "^5.1.0",
"open": "^7.0.3",
"open-cli": "^6.0.0"
}
}