-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 921 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 921 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "SeoulMix",
"version": "0.0.2",
"description": "The SeoulMix Project",
"main": "app.js",
"dependencies": {
"async": "~0.2.9",
"emailjs": "~0.3.6",
"express": "~3.1.2",
"jade": "~0.28.2",
"less": "~1.3.3",
"less-middleware": "~0.1.12",
"moment": "~2.0.0",
"mongodb": "~1.2.14",
"password-hash": "~1.2.1",
"cloudinary": "~1.0.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "app.js"
},
"repository": {
"type": "git",
"url": "git@github.com:ddoolin/SeoulMix.git"
},
"author": "Devin Doolin",
"license": "BSD",
"engines": {
"node": "0.10.21"
},
"subdomain": "ddoolin.seoulmix",
"bugs": {
"url": "https://github.com/ddoolin/SeoulMix/issues"
}
}