forked from glenasmith/thriftebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 961 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
35
36
{
"name": "Thriftebook-Redux",
"version": "0.0.1",
"description": "An aggregator for tech book deals of the day",
"main": "index.js",
"dependencies": {
"body-parser": "^1.12.0",
"express": "^4.11.2",
"lodash": "^3.8.0",
"moment": "^2.10.3",
"mongodb": "^2.0.31",
"request": "^2.55.0",
"xml2js": "^0.4.8"
},
"devDependencies": {
"bower": "^1.4.1",
"chai": "^2.3.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-env": "^0.2.0",
"gulp-inject": "^1.2.0",
"gulp-mocha": "^2.0.0",
"gulp-react": "^3.0.1",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"main-bower-files": "^2.8.0",
"sinon": "^1.14.0",
"supertest": "^0.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://glenasmith.visualstudio.com/DefaultCollection/_git/thriftebook-redux",
"author": "Glen Smith <glen@bytecode.com.au>",
"license": "Apache2"
}