-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "br-taqtile-node_base_project-server-api",
"version": "0.1.0",
"description": "Base project for Node.js servers and APIs",
"main": "index.js",
"scripts": {
"start": "grunt",
"test": "grunt test",
"travis": "grunt travis"
},
"engines": {
"npm": "2.11.3"
},
"repository": {
"type": "git",
"url": "https://github.com/indigotech/br-taqtile-node_base_project-server-api"
},
"author": "Taqtile",
"license": "For internal use only",
"homepage": "https://github.com/indigotech/br-taqtile-node_base_project-server-api",
"dependencies": {
"async": "^1.5.2",
"body-parser": "1.14.1",
"coffee-script": "1.10.0",
"colors": "1.1.2",
"express": "4.13.3",
"jsonschema": "1.0.2",
"lodash": "^4.0.0",
"mongodb": "^2.1.4",
"node-data-handling": "0.1.0",
"rootpath": "0.1.2",
"tq1-helpers": "git+https://github.com/tq1/br-tq1-helpers.git#0.0.1",
"tq1-logger": "git+https://github.com/tq1/tq1-logger.git#1.0.0",
"walk": "2.3.9"
},
"devDependencies": {
"chai": "3.4.0",
"coffeelint": "1.13.0",
"glob": "5.0.15",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "2.0.3",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.4",
"grunt-mocha-test": "0.12.7",
"grunt-node-inspector": "0.4.1",
"grunt-nodemon": "0.4.0",
"lodash": "3.10.1",
"matchdep": "1.0.0",
"mocha": "2.3.3",
"proxyquire": "1.7.3",
"sinon": "1.17.2",
"sinon-chai": "2.8.0"
}
}