-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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": "essay",
"version": "3.0.1",
"description": "Generate a JavaScript library from your README.md!",
"main": "index.js",
"bin": {
"essay": "./essay"
},
"scripts": {
"build": "./build",
"prepublish": "npm run lint && npm run build",
"test": "./essay test",
"lint": "./essay lint",
"lint-fix": "./essay lint fix"
},
"files": [
"lib",
"src",
"essay"
],
"author": "Thai Pangsakulyanont <[email protected]> (http://dt.in.th/)",
"license": "MIT",
"dependencies": {
"babel-core": "^6.22.1",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.6.1",
"cli-table": "^0.3.1",
"eslint": "^3.9.1",
"glob": "^7.0.3",
"istanbul": "^0.4.3",
"lodash": "^4.11.2",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"module-exists": "^0.1.1",
"power-assert": "^1.4.0",
"rimraf": "^2.5.2",
"yargs": "^4.7.0"
},
"devDependencies": {
"babel-polyfill": "^6.8.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1",
"essay": "3.0.0-0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtinth/essay.git"
},
"bugs": {
"url": "https://github.com/dtinth/essay/issues"
},
"homepage": "https://github.com/dtinth/essay#readme"
}