-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 743 Bytes
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
{
"name": "codedrop",
"version": "0.0.1",
"description": "when you gotta proxy with injections",
"main": "server.coffee",
"dependencies": {
"coffee-script": "~1.6.2",
"express": "~3.2.4",
"ejs": "~0.8.4",
"optimist": "^0.6.1"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.8",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-compass": "~0.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "coffee server.coffee"
},
"repository": "",
"author": "Misha Ponizil",
"license": "MIT"
}