forked from brandonhorst/elliptical-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 KB
/
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
41
42
43
44
45
{
"author": {
"name": "@brandonhorst"
},
"bugs": {
"url": "https://github.com/brandonhorst/lacona-phrase-number/issues"
},
"dependencies": {
"lacona-phrase": "^0.9.1",
"lodash": "^3.10.1"
},
"description": "Enable Lacona to parse numbers, including integers, floats, ane more",
"devDependencies": {
"babel": "^5.1.11",
"chai": "^3.4.1",
"lacona": "^0.34.0",
"lacona-util-fulltext": "^0.2.0",
"mocha": "^2.3.4",
"rimraf": "^2.5.0"
},
"homepage": "https://github.com/brandonhorst/lacona-phrase-number",
"keywords": [
"float",
"integer",
"lacona",
"number"
],
"license": "MIT",
"main": "lib/index.js",
"name": "lacona-phrase-number",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonhorst/lacona-phrase-datetime.git"
},
"scripts": {
"build": "babel --stage 0 src --out-dir lib",
"clean": "rimraf lib tmp",
"prepublish": "npm run clean && npm run build",
"pretest": "babel --stage 0 test --out-dir tmp",
"test": "mocha tmp",
"validate": "npm run build && npm test"
},
"version": "0.6.0"
}