-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 994 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 994 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
35
36
37
38
39
40
41
{
"name": "atomicorders",
"version": "0.0.1",
"description": "modulo para pedidos",
"main": "app.js",
"scripts": {
"test": "webschool node mean hc3",
"test-integration": "mocha --opts test/integration/mocha.opts test/integration/pedido.atomic.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hc3/AtomicModule-Orders.git"
},
"keywords": [
"webschool",
"node",
"mean",
"hc3"
],
"author": "hc3",
"license": "ISC",
"bugs": {
"url": "https://github.com/hc3/AtomicModule-Orders/issues"
},
"homepage": "https://github.com/hc3/AtomicModule-Orders#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"jade": "^1.11.0",
"method-override": "^2.3.6",
"mongoose": "^4.6.3",
"morgan": "^1.7.0",
"static-favicon": "^2.0.0-alpha"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2",
"supertest": "^2.0.0"
}
}