-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 978 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
{
"name": "fleuret",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "yarn lint && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"lint": "./node_modules/eslint/bin/eslint.js ./ --ignore-path .gitignore",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"document": "jsdoc2md './lib/**/*.js' --separators > DOCUMENTATION.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onurtemizkan/fleuret.git"
},
"author": "Onur Temizkan",
"license": "MIT",
"bugs": {
"url": "https://github.com/onurtemizkan/fleuret/issues"
},
"homepage": "https://github.com/onurtemizkan/fleuret#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"eslint": "^4.18.2",
"eslint-plugin-markdown": "^1.0.0-beta.4",
"istanbul": "^0.4.5",
"mocha": "^3.3.0"
},
"dependencies": {
"babel-eslint": "^8.2.2",
"chalk": "^1.1.3"
}
}