-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 969 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
{
"name": "organic-app-skeleton",
"version": "0.0.1",
"description": "A boilerplate for building organic NodeJS web applications.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node_modules/.bin/jasmine",
"seed": "node ./tasks/seed.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/Devlabs/organic-app-skeleton.git"
},
"keywords": [],
"author": "Devlabs",
"license": "ISC",
"homepage": "https://github.com/VarnaLab/node-organic",
"dependencies": {
"express": "^4.13.4",
"jasmine": "^2.4.1",
"mongoose": "^4.5.3",
"organic": "^1.0.0",
"organic-dna-loader": "0.0.3",
"organic-express-response": "0.0.3",
"organic-express-routes": "^0.1.1",
"organic-express-server": "0.0.2",
"organic-mongoose": "^0.1.0",
"organic-nucleus": "^1.0.0",
"organic-plasma": "^1.1.0",
"organic-plasma-feedback": "^1.0.0",
"request": "^2.72.0"
}
}