-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
49
50
{
"name": "a-non-cash-assets-library",
"version": "1.0.0",
"description": "Need to add a real description.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"library",
"frontyard",
"sharing"
],
"author": "",
"license": "GNU AGPL",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.2",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"helmet": "^2.1.0",
"klei-dust": "^1.0.0",
"mailgun-js": "^0.7.11",
"moment": "^2.14.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^5.1.0",
"q": "^1.4.1",
"validator": "^5.4.0"
},
"private": true,
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.8",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"jshint": "^2.9.2",
"run-sequence": "^1.2.1"
}
}