-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.21 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
55
56
57
58
{
"name": "latte",
"version": "0.4.1",
"description": "JavaScript, with a little milk and sugar",
"main": "index.js",
"bin": {
"latte": "./bin/latte"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/tehsenaus/latte-js.git"
},
"keywords": [
"javascript",
"latte",
"coffeescript",
"syntactic",
"sugar",
"es6",
"compiler"
],
"author": "Sean Micklethwaite",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/tehsenaus/latte-js/issues"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"convert-source-map": "~0.4.1",
"es6-rest-params": "^0.3.1",
"es6-spread": "~0.1.0",
"escodegen": "0.0.26",
"event-stream": "~3.0.16",
"glob": "~3.2.6",
"mkdirp": "~0.3.5",
"optimist": "~0.6.0",
"readable-stream": "~1.1.8",
"recast": "~0.6.10"
},
"devDependencies": {
"blanket": "~1.1.5",
"grunt": "~0.4.1",
"grunt-benchmark": "~0.3.0",
"grunt-groc": "~0.4.5",
"grunt-mocha-test": "~0.6.3",
"grunt-shell": "~0.3.1",
"latte": "^0.4.0",
"mocha": "~1.12.1",
"q": "~0.9.7",
"should": "~1.2.2"
}
}