-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.23 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
44
{
"name": "Node-Catapult-Angular-Sass",
"version": "1.0.0",
"main": "server/index.js",
"description": "A rapid project starter for Node, Express, Angular and Sass.",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bluebird": "^3.3.1",
"body-parser": "^1.14.1",
"browserify": "^13.0.0",
"cookie-session": "^1.2.0",
"es6-object-assign": "^1.0.1",
"express": "^4.13.1",
"jwt-simple": "^0.4.1",
"knex": "^0.10.0",
"moment": "^2.11.2",
"morgan": "^1.6.1",
"node-makerpass": "^1.0.4",
"node-sass-endpoint": "^0.2.1",
"nodemon": "^1.3.7",
"passport": "^0.3.2",
"passport-makerpass": "^2.0.0",
"pg": "^4.4.4"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2"
},
"author": "Gilbert Garza, Dan Corman and Farah Maredia",
"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/node-catapult/node-catapult-angular-sass/issues"
},
"homepage": "https://github.com/node-catapult/node-catapult-angular-sass/"
}