forked from pocketrocket/floatify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 830 Bytes
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
{
"name": "floatify",
"version": "1.1.0",
"description": "Common helper to floatify strings",
"main": "floatify.js",
"directories": {
"test": "test"
},
"repository": {
"url": "https://github.com/pocketrocket/floatify"
},
"bugs": {
"url": "https://github.com/pocketrocket/floatify/issues"
},
"homepage": "https://github.com/pocketrocket/floatify#readme",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"floatify",
"float",
"string"
],
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint-config-airbnb-es5": "^1.2.0",
"eslint-plugin-react": "^7.12.4",
"mocha": "^3.0.2"
},
"author": "pocketrocket <pocketrocket@codecaboose.com>",
"license": "MIT",
"readmeFilename": "README.md"
}