-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 874 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
38
39
40
{
"name": "nofat",
"version": "2.0.0",
"description": "A simple cure for js-fatigue.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"nofat": "./bin/nofat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kadirahq/nofat.git"
},
"keywords": [
"javascript",
"es2016"
],
"author": "KadiraHQ",
"license": "MIT",
"bugs": {
"url": "https://github.com/kadirahq/nofat/issues"
},
"homepage": "https://github.com/kadirahq/nofat#readme",
"dependencies": {
"babel-core": "6.x.x",
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.x.x",
"babel-preset-stage-3": "6.x.x",
"babel-register": "6.x.x",
"chai": "3.x.x",
"eslint": "1.x.x",
"eslint-plugin-babel": "3.x.x",
"glob": "7.x.x",
"mocha": "3.0.0",
"shelljs": "0.5.x",
"sinon": "1.x.x"
}
}