-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.28 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "este",
"version": "3.5.0",
"description": "Este is robust, modular and comfortable dev stack for web apps development with several unique features",
"author": "Daniel Steigerwald <[email protected]>",
"keywords": [
"Closure",
"CoffeeScript",
"Compiler",
"Este",
"Google",
"Mocha",
"Soy",
"Stylus"
],
"repository": {
"type": "git",
"url": "https://github.com/steida/este.git"
},
"dependencies": {
"express": "~3.3.1",
"jade": "~0.32.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bg-shell": "~2.1.0",
"grunt-coffeelint": "~0.0.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-stylus": "~0.5.0",
"grunt-env": "~0.4.0",
"grunt-este": "~2.3.1",
"grunt-este-watch": "~0.1.1",
"grunt-npm": "0.0.2",
"grunt-release": "~0.3.5",
"grunt-text-replace": "~0.3.2",
"piping": "~0.1.6"
},
"scripts": {
"start": "node server/app",
"test": "grunt build --stage"
},
"engines": {
"node": ">= 0.9.2"
},
"license": "MIT",
"subdomain": "este",
"contributors": [
"Steida <[email protected]>",
"Michael Czolko <[email protected]>",
"VojtechBartos <[email protected]>"
]
}