forked from codequatro/ClosetFashionista
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "MyApp",
"version": "1.0.0",
"main": "server/index.js",
"description": "A rapid project starter for Node, Express and Angular.",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"q": "^1.4.1",
"cheerio": "^0.19.0",
"aws-sdk": "^2.2.26",
"bluebird": "^3.1.1",
"body-parser": "^1.14.1",
"connect-busboy": "0.0.2",
"express": "^4.13.1",
"formidable": "^1.0.17",
"fs-extra": "^0.26.3",
"jwt-simple": "^0.4.0",
"knex": "^0.9.0",
"nodemon": "^1.3.7",
"pg": "^4.4.3"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2"
},
"author": "Dan <dan.corman@gmail.com>",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/nodemon server/index.js --ignore client/ --ignore node_modules/",
"test": "./test/run.sh"
},
"bugs": {
"url": "https://github.com/dyale/node-catapult-angular/issues"
},
"homepage": "https://github.com/dyale/node-catapult-angular/"
}