-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.65 KB
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
{
"name": "means-stack",
"version": "1.0.0",
"description": "Welcome to the means stack we have fun and games",
"main": "index.js",
"private": true,
"engines": {
"node": "^6.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node main.js",
"watch": "ng serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevEngage/engage-game-project.git"
},
"author": "James Brinkerhoff (DevEngage)",
"license": "MIT",
"homepage": "https://github.com/DevEngage/engage-game-project#readme",
"devDependencies": {
"angular-cli": "^1.0.0-beta.8",
"codelyzer": "0.0.19",
"ember-cli-inject-live-reload": "^1.4.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"protractor": "^3.3.0",
"ts-node": "^0.5.5",
"tslint": "^3.6.0",
"typescript": "^1.8.10",
"typings": "^0.8.1"
},
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/http": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.8",
"body-parser": "^1.15.2",
"es6-shim": "^0.35.0",
"express": "^4.14.0",
"moment": "^2.13.0",
"mongoose": "^4.5.2",
"multer": "^1.1.0",
"ng2-bootstrap": "^1.0.17",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"systemjs": "0.19.26",
"zone.js": "^0.6.12"
}
}