-
-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
33 lines (33 loc) · 822 Bytes
/
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
{
"name": "unindexed",
"version": "0.0.1",
"description": "A website the deletes itself once indexed by Google.",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "jshint *.js scripts/*.js",
"start": "node index.js",
"query": "node scripts/query.js",
"stats": "node scripts/stats.js",
"reset": "node scripts/reset.js"
},
"author": "Matthew Rothenberg <[email protected]>",
"license": "WTFPL",
"dependencies": {
"body-parser": "^1.10.1",
"ect": "^0.5.9",
"express": "^4.10.7",
"google": "^0.6.0",
"marked": "^0.3.2",
"redis": "^0.12.1",
"redis-url": "^0.3.1",
"sanitize-html": "^1.5.1"
},
"devDependencies": {
"dotenv": "^0.4.0"
},
"engines": {
"node": "0.10.x"
}
}