-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 916 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
{
"author": "Leonid Orlov",
"name": "wallpaint",
"version": "0.0.1",
"private": true,
"description": "a simple paint app",
"scripts": {
"start": "node app",
"predeploy": "echo This will be run before deploying the app",
"postdeploy": "echo This will be run after deploying the app"
},
"main": ".frontend/src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/feonit/wallpaint"
},
"dependencies": {
"express": "3.2.0",
"mysql": "2.0.0-alpha7",
"connect": "2.7.6",
"sockjs": "*",
"ejs": "0.8.3",
"nodemailer": "0.4.1",
"canvas": "*"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-requirejs": "~0.4.1"
},
"license": "MIT"
}