-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
96 lines (96 loc) · 2.72 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "rdocumentation-app",
"private": true,
"version": "0.5.0",
"description": "Rdocumentation",
"keywords": [],
"dependencies": {
"@datacamp/rdocs-light": "1.0.11",
"autolink-js": "^1.0.2",
"aws-sdk": "^2.1192.0",
"axios": "^0.12.0",
"bcrypt": "^0.8.7",
"cheerio": "^0.20.0",
"connect-flash": "^0.1.1",
"connect-redis": "^3.1.0",
"csv-js": "^1.0.0",
"dateformat": "^1.0.12",
"db-migrate": "^0.10.0-beta.12",
"db-migrate-mysql": "^1.1.7",
"dotenv": "^2.0.0",
"ejs": "2.5.5",
"elasticsearch": "^11.0.1",
"express-force-https-schema": "1.0.3",
"forcedomain": "0.8.1",
"foreman": "1.4.1",
"forever": "^0.15.3",
"front-matter": "^2.1.2",
"grunt": "0.4.5",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jst": "0.6.0",
"grunt-contrib-uglify": "2.1.0",
"grunt-contrib-watch": "0.6.1",
"grunt-rename": "^0.1.4",
"grunt-sails-linker": "~0.10.1",
"grunt-sails-tasks": "https://github.com/ludov04/grunt-sails-tasks/releases/download/0.2.0/grunt-sails-tasks-0.2.0.tgz",
"grunt-sass": "^2.0.0",
"grunt-sync": "0.2.4",
"grunt-version-assets": "^1.1.0",
"html-entities": "^2.3.3",
"include-all": "~0.1.6",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"md5": "^2.1.0",
"morgan": "^1.8.1",
"mysql2": "1.5.0",
"newrelic": "^1.28.0",
"node-cron": "1.2.1",
"node-sass": "^4.5.3",
"node-sass-globbing": "0.0.23",
"numeral": "^1.5.3",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"percentile": "1.2.0",
"rc": "1.0.1",
"redis": "^2.6.2",
"request": "^2.81.0",
"sails": "0.12.11",
"sails-hook-sequelize": "1.0.1",
"sails-hook-sequelize-blueprints": "0.3.0",
"sanitize-html": "^2.7.0",
"striptags": "^2.1.1",
"superagent": "^3.4.3"
},
"scripts": {
"debug": "nf start debug",
"migrate": "db-migrate up",
"prestart": "node node_modules/db-migrate/bin/db-migrate up",
"start-dev": "PORT=3000 node app.js",
"start": "node app.js",
"test": "mocha"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/ludov/rdocumentation-app.git"
},
"author": "ludov",
"license": "",
"devDependencies": {
"broken-link-checker": "^0.7.2",
"chai": "^3.5.0",
"eslint": "^3.12.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-config-es5": "0.5.0",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"sitemap-stream": "^2.0.1"
}
}