-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (43 loc) · 1.19 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
{
"name": "word-lists",
"version": "1.0.1",
"description": "A web application that allows users to create, view, and modify lists of words.",
"main": "javascript/server.js",
"scripts": {
"start": "node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Geroge Matheos",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git://github.com/georgematheos/Word-Lists.git"
},
"dependencies": {
"@angular/common": "~2.2.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0",
"@angular/forms": "~2.2.0",
"@angular/http": "~2.2.0",
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"bcrypt": "^0.8.6",
"body-parser": "^1.15.1",
"bootstrap": "^3.3.6",
"express": "^4.13.4",
"jquery": "^3.0.0",
"jsonwebtoken": "^6.2.0",
"mongodb": "^2.1.18",
"morgan": "^1.7.0",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.40",
"zone.js": "^0.6.26"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
}
}