forked from sigtrac2016/projetosigtrac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "sigtrac",
"version": "1.0.0",
"description": "SIG-TRAC",
"main": "server.js",
"dependencies": {
"angular": "^1.5.8",
"async": "^2.0.1",
"express": "^4.14.0",
"nodemon": "^1.10.2",
"path": "^0.12.7",
"request": "^2.75.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"mocha": "^3.0.2",
"mocha-sinon": "^1.1.6",
"should": "^11.1.0",
"sinon": "^1.17.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node web/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sigtrac2016/projetosigtrac.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sigtrac2016/projetosigtrac/issues"
},
"engines": {
"node": "4.4.7"
},
"homepage": "https://github.com/sigtrac2016/projetosigtrac#readme"
}