-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "tbs-client",
"private": true,
"license": "AGPL",
"scripts": {
"bundle": "jspm bundle-sfx index app/app.min.js --minify",
"postinstall": "cd server && npm i",
"start": "cd server && node bin/start.js"
},
"engines": {
"node": "^0.12.7"
},
"devDependencies": {
"browser-sync": "^2.7.12",
"gulp": "^3.9.0",
"gulp-debug": "^2.0.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-newer": "^0.5.1",
"jspm": "^0.15.7",
"nodemon": "^1.3.7",
"require-dir": "^0.3.0",
"yargs": "^3.11.0"
},
"dependencies": {},
"jspm": {
"directories": {
"baseURL": "app"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.2",
"angular-material": "github:angular/bower-material@^0.10.0",
"angular-route": "github:angular/bower-angular-route@^1.4.2",
"clean-css": "npm:clean-css@^3.3.5",
"css": "github:systemjs/plugin-css@^0.1.13",
"lodash.throttle": "npm:lodash.throttle@^3.0.4",
"socket.io-client": "github:Automattic/socket.io-client@^1.3.5",
"zeroclipboard": "github:zeroclipboard/zeroclipboard@^2.2.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}