-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 779 Bytes
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
{
"name": "exemplo",
"version": "0.0.1",
"description": "app exemplo",
"main": "indes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"restful"
],
"author": "",
"license": "ISC",
"dependencies": {
"angular2": "^2.0.0-beta.17",
"angularfire2": "^2.0.0-beta.4",
"body-parser": "^1.15.2",
"chart.js": "^2.2.1",
"common.js": "^1.1.1",
"core.js": "^0.4.2",
"es6-shim": "^0.35.1",
"express": "^4.14.0",
"firebase": "^3.3.0",
"jsonfile": "^2.3.1",
"ng2-charts": "^1.1.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.6",
"tether": "^1.3.4",
"validator": "^5.5.0",
"zone.js": "^0.6.17"
}
}