-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 970 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
{
"name": "mineral",
"version": "3.0.13",
"description": "A simplified fork of the jade template langauge",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"build": "./node_modules/.bin/min ./docs/src/index.min -o ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voltraco/mineral.git"
},
"author": "hij1nx",
"license": "ISC",
"bugs": {
"url": "https://github.com/voltraco/mineral/issues"
},
"homepage": "https://github.com/voltraco/mineral#readme",
"devDependencies": {
"benchmark": "^2.1.0",
"domready": "^1.0.8",
"faucet": "0.0.1",
"jade": "^1.11.0",
"json-stringify-safe": "^5.0.1",
"jstransformer-stylus": "^1.3.0",
"mineral-cli": "^1.0.0",
"node-chrome": "^1.1.1",
"tape": "^4.6.3",
"tape-run": "^2.1.3"
},
"dependencies": {
"callsites": "^2.0.0",
"he": "^1.1.0",
"jstransformer": "^1.0.0",
"resolve-from": "^2.0.0"
}
}