-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 952 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": "front.daktary.com",
"version": "0.3.0",
"description": "Github markdown reader",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daktary-team/front.daktary.com.git"
},
"author": "Stéphane Langlois - scopyleft - @langlois_s",
"license": "SEE LICENSE IN CC0 1.0",
"bugs": {
"url": "https://github.com/daktary-team/front.daktary.com/issues"
},
"homepage": "https://github.com/daktary-team/front.daktary.com#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.12.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"jsdom": "^11.5.1",
"mocha": "^4.0.1"
}
}