-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 944 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
{
"author": {
"name": "Golyshev Dmitrii",
"email": "golyshev.dmitry@yandex.ru"
},
"bugs": {
"url": "https://github.com/golyshevd/module/issues"
},
"contributors": [
"Golyshev Dmitrii <golyshev.dmitry@yandex.ru>"
],
"dependencies": {},
"description": "",
"devDependencies": {
"jscs": "~1.4.5",
"eslint": "~0.6.2",
"nodeunit": "~0.9.0",
"istanbul": "~0.2.10",
"glob": "~4.0.0"
},
"license": "MIT",
"main": "",
"name": "",
"repository": {
"type": "git",
"url": "git://github.com/golyshevd/module.git"
},
"scripts": {
"jscs": "jscs .",
"eslint": "eslint .",
"lint": "npm run jscs && npm run eslint",
"unit": "node --harmony test/runner",
"test": "npm run lint && npm run unit",
"cover": "istanbul cover test/runner"
},
"version": "0.0.0"
}