-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "brandingpaystools",
"version": "1.9.0",
"description": "BrandingPays Tools v2",
"author": "BrandingPays LLC",
"scripts": {
"clean": "rm -rf bower_components node_modules npm-debug.log client/tools_built.js client/tools_uncompressed.js client/tools.css client/tools.css.map",
"postinstall": "bower install",
"postuninstall": "bower uninstall",
"start": "node server.js",
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/JonKFerraiolo/BrandingPaysTools2"
},
"bugs": {
"url": "https://github.com/JonKFerraiolo/BrandingPaysTools2/issues"
},
"dependencies": {
"body-parser": "^1.10.1",
"bower": "^1.3.12",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.3",
"express": "^4.10.0",
"express-session": "^1.9.3",
"less-middleware": "^1.0.4",
"mandrill-api": "^1.0.41",
"mocha": "^2.1.0",
"mongodb": "^2.0",
"node-promise": "^0.5.11",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"request": "^2.51.0",
"requirejs": "^2.1.15",
"socket.io": "^1.2.1"
},
"devDependencies": {},
"private": true
}