-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.04 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.04 KB
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
{
"name": "quaint",
"version": "0.1.6",
"format": "cjs",
"description": "Extensible markup language.",
"main": "./lib/index.js",
"dependencies": {
"chalk": "^1.1.1",
"deepmerge": "^0.2.10",
"earlgrey-runtime": "^0.1.0",
"engage": "^0.0.13",
"filendir": "^1.0.0",
"hyper-replace": "^0.1.0",
"inquirer-shortcuts": "^1.1.0",
"kaiser": ">=0.0.4",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"opg": ">=0.0.3",
"quasimodo": ">=0.0.19",
"reload": "^2.4.0",
"yargs": "^6.6.0"
},
"devDependencies": {
"earl-mocha": "^0.1.0",
"earlgrey": "^0.1.0",
"mocha": "^3.2.0"
},
"bin": {
"quaint": "bin/quaint"
},
"scripts": {
"refresh": "earl compile -5vso lib/ src/",
"compile": "earl compile -5rvso lib/ src/",
"prepublish": "npm run compile",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/breuleux/quaint"
},
"keywords": [
"quaint",
"markup",
"html"
],
"author": "Olivier Breuleux",
"license": "MIT"
}