forked from artursapek/mondrian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 826 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
34
35
{
"name": "mondrian",
"version": "0.0.0",
"description": "Mondrian is a smart and easy-to-learn vector graphics web app.",
"main": "",
"directories": {
"test": "tests"
},
"scripts": {
"start": "coffee server.coffee",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/artursapek/mondrian.git"
},
"author": "artursapek",
"license": "MIT",
"bugs": {
"url": "https://github.com/artursapek/mondrian/issues"
},
"homepage": "https://github.com/artursapek/mondrian",
"dependencies": {
"connect": "~2.12.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"connect": "~2.12.0",
"cake": "~0.1.1",
"js-yaml": "~3.0.1",
"less": "~1.6.1",
"colors": "~0.6.2",
"haml": "~0.4.3"
}
}