-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"title": "Snippet Hunt",
"name": "snippet-hunt",
"description": "An augmented-reality game.",
"version": "0.0.1",
"homepage": "http://www.snippethunt.com",
"author": {
"name": "Mike Wooldridge",
"email": "mike@hellion.org"
},
"private": true,
"dependencies": {
"http-proxy": "0.10.x",
"corsproxy": "0.2.x",
"request": "2.x",
"express": "^3.16.7",
"socket.io": "^1.0.6"
},
"devDependencies": {
"jshint": "^2.5.5",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-env": "^0.4.1",
"grunt-preprocess": "^4.0.0",
"grunt-contrib-copy": "^0.5.0",
"marklogic/node-client-api": "git://github.com/marklogic/node-client-api.git#1.0.0-ea2"
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "0.10.x"
}
}