-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
45
46
47
48
{
"name": "scafoold-Asdeporte",
"version": "1.0.0",
"description": "",
"private": true,
"min": "app.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha ./test --reporter supersamples --compilers js:babel-core/register",
"dev": "NODE_ENV=development nodemon ./node_modules/.bin/babel-node ./bin/www",
"start": "NODE_ENV=production ./node_modules/.bin/babel-node ./bin/www"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"faker": "^3.1.0",
"mocha": "^2.5.3",
"mocha-clean": "^1.0.0",
"nodemon": "^1.10.0",
"should": "^10.0.0",
"supersamples": "^1.0.0",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0"
},
"dependencies": {
"async": "^2.1.4",
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.15.2",
"cassandra-driver": "^3.1.1",
"cookie-parser": "~1.3.5",
"cors": "^2.8.1",
"debug": "~2.2.0",
"diacritics": "^1.3.0",
"express": "^4.14.0",
"moment": "^2.17.1",
"morgan": "~1.6.1",
"node-uuid": "^1.4.7",
"postmark": "^1.3.1",
"pug": "^2.0.0-rc.2",
"request": "^2.79.0",
"sequelize": "^3.30.4",
"sha1": "^1.1.1",
"uid-safe": "^2.1.3",
"uuid": "^3.0.1",
"validator": "^7.0.0"
}
}