-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "draw-something",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/core": "~2.1.0",
"@angular/forms": "~2.1.0",
"@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "~3.1.0",
"aws-serverless-express": "^3.0.2",
"bootstrap": "^3.3.6",
"core-js": "^2.4.1",
"express": "^4.13.4",
"http2": "^3.3.4",
"jquery": "^2.2.3",
"lodash": "^4.13.1",
"paper-jsdom-canvas": "^0.12.3",
"ramda": "^0.21.0",
"reflect-metadata": "^0.1.2",
"rxjs": "5.0.0-beta.12",
"semantic-ui-css": "^2.1.8",
"socket.io": "1.4.5",
"systemjs": "^0.19.26",
"zone.js": "^0.6.25"
},
"devDependencies": {
"babel-preset-es2015-node": "^6.0.1",
"tslint": "^3.8.1",
"typescript": "^2.0.3",
"typings": "^1.4.0"
}
}