-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
56 lines (55 loc) · 1.41 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
{
"name": "mint",
"version": "0.3.5",
"description": "Template abstraction framework",
"homepage": "http://github.com/viatropos/mint.js",
"main": "mint.js",
"author": "Lance Pollard <[email protected]>",
"keywords": [
"framework",
"compression",
"node"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"bugs": {
"url": "https://github.com/viatropos/mint.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/viatropos/mint.js.git"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
},
"devDependencies": {
"coffee-script": ">= 1.3.1",
"uglify-js": ">= 1.1.1",
"clean-css": ">= 0.3.2",
"mocha": ">= 0.8.1",
"should": ">= 0.3.x",
"chai": ">= 0.3.3",
"sinon": ">= 1.3.1",
"stylus": ">= 0.17.0",
"less": ">= 1.2.x",
"ejs": ">= 0.6.1",
"coffeekup": ">= 0.3.1",
"jade": ">= 0.20.x",
"haml": ">= 0.4.x",
"hamljs": ">= 0.6.x",
"haml-coffee": ">= 0.5.0",
"mustache": ">= 0.4.x",
"handlebars": "*",
"eco": "*",
"dustjs-linkedin": "*"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha $(find test -name \"*Test.coffee\")"
}
}