-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.59 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.59 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ethernity",
"version": "0.30.0",
"description": "Persist time as true time.",
"main": "ethernity.js",
"support": "ethernity.support.js",
"deploy": "ethernity.deploy.js",
"browser": "ethernity.deploy.js",
"scripts": {
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"build": "babel ethernity.js --out-file ethernity.support.js --source-maps && webpack --progress --display-modules",
"pretest": "npm run clear && npm run build",
"test": "node ethernity-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/ethernity.git"
},
"keywords": [
"time",
"date",
"true-time",
"eternity",
"ethernity"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/ethernity/issues"
},
"homepage": "https://github.com/volkovasystems/ethernity#readme",
"dependencies": {
"babel-runtime": "^6.25.0",
"clazof": "^0.36.0",
"depher": "^0.38.0",
"diatom": "^0.34.0",
"doubt": "^0.34.0",
"falze": "^0.26.0",
"falzy": "^0.23.0",
"harden": "^0.23.0",
"moment": "^2.18.1",
"optfor": "^0.33.0",
"raze": "^0.34.0",
"stringe": "^0.5.0",
"truly": "^0.20.0",
"u200b": "^0.35.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.5.4"
}
}