-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1015 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
{
"name": "littlelibs",
"version": "1.0.0",
"description": "A repo of one-liners and mini libraries that I've found useful",
"main": "index.js",
"scripts": {
"test": "tape -r babel-register src/**/test.js | faucet",
"watch": "nodemon --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artcommacode/littlelibs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/artcommacode/littlelibs/issues"
},
"homepage": "https://github.com/artcommacode/littlelibs#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-register": "^6.14.0",
"eslint": "^3.6.1",
"eslint-plugin-flowtype": "^2.19.0",
"faucet": "0.0.1",
"flow-bin": "^0.32.0",
"nodemon": "^1.10.2",
"tape": "^4.6.0"
}
}