-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "sqlinjector",
"version": "0.12.2",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.2.0",
"bluebird": "^2.9.30",
"body-parser": "^1.13.2",
"bookshelf": "^0.8.0",
"browserify-middleware": "^6.0.0",
"codemirror": "^5.4.0",
"compression": "^1.5.1",
"cookie-session": "^1.2.0",
"domtastic": "^0.10.1",
"express": "^4.13.1",
"express-session": "^1.11.3",
"hashids": "^1.0.1",
"jade": "^1.11.0",
"jadeify": "^4.4.0",
"knex": "^0.8.6",
"lodash": "^3.10.0",
"node-cache": "^3.0.0",
"pg": "^4.4.0",
"sortablejs": "^1.2.0",
"sqlite3": "^3.0.4",
"winston": "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-shell": "^1.1.2"
},
"scripts": {
"test": "grunt"
},
"author": "",
"license": "MIT"
}