-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
{
"main": "server/server.js",
"name": "Sourcely",
"description": "Mysql, angular, express, node.js",
"version": "0.0.1",
"private": false,
"contributors": [
"Scott Zhang <Scottzhang235@gmail.com>",
"Brian Kang <BrianlKang@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/Sourcely/sourcely"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node server/server.js",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"express": "~3.4.7",
"bower": "^1.3.4",
"express-validator": "~1.0.1",
"bluebird": "~1.2.3",
"mongoose": "~3.8.8",
"requirejs": "^2.1.14",
"bcrypt-nodejs": "0.0.3",
"jwt-simple": "^0.2.0",
"newrelic": "^1.8.0"
},
"devDependencies": {
"assetmanager": "^0.1.1"
},
"bugs": {
"url": "https://github.com/Sourcely/sourcely/issues"
},
"homepage": "https://github.com/Sourcely/sourcely",
"author": "Sourcely",
"license": "ISC"
}