-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 860 Bytes
/
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
{
"name": "singu-viewer",
"version": "0.1.1",
"description": "Data viewer Singu",
"author": "Nivaldo Bondança",
"email": "[email protected]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hick209/Singu-Viewer"
},
"keywords": [],
"license": "ISC",
"homepage": "",
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-cookies": "^1.6.1",
"angular-material": "^1.1.1",
"angular-material-data-table": "^0.10.10",
"angular-messages": "^1.6.1",
"angular-moment": "^1.0.1",
"angular-route": "^1.6.1",
"express": "^4.14.0",
"moment": "^2.17.1",
"ngmap": "^1.17.8",
"request": "^2.79.0"
}
}