forked from pavoldanis/este-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 835 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
36
37
38
39
{
"name": "este-library",
"version": "4.0.0",
"description": "Library for github.com/steida/este.git",
"author": "Daniel Steigerwald <[email protected]>",
"private": true,
"keywords": [
"Este",
"CoffeeScript",
"Google",
"Closure",
"Compiler",
"MVC"
],
"repository": {
"type": "git",
"url": "https://github.com/steida/este-library.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-este": "~2.3.0",
"grunt-npm": "0.0.2",
"grunt-release": "~0.4.0"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": "v0.8.x"
},
"license": "MIT",
"contributors": [
"Steida <[email protected]>",
"Matěj Koubík <[email protected]>"
]
}