-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 967 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
40
41
42
43
{
"name": "toffee",
"description": "A NodeJs and browser-side templating language based on CoffeeScript with slicker tokens and syntax.",
"version": "0.3.7",
"directories": {
"lib": "./lib"
},
"main": "index.js",
"author": "Chris Coyne <[email protected]>",
"bin": "./bin/toffee",
"dependencies": {
"coffee-script": "1.12.7",
"commander": "10.0.0",
"highlight.js": "11.7.0",
"iced-lock": "2.0.1",
"mkdirp": "2.1.3"
},
"devDependencies": {
"assert": "2.0.0",
"colors": "1.4.0",
"diff": "5.1.0",
"express": "4.18.2",
"iced-coffee-script": "108.0.14",
"jison": "0.4.18",
"tablify": "0.1.5",
"zombie": "6.1.4"
},
"files": [
"index.js",
"lib/*",
"bin/*"
],
"repository": {
"type": "git",
"url": "http://github.com/malgorithms/toffee"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/malgorithms/toffee/raw/master/LICENSE"
}
]
}