forked from spencermountain/spacetime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "spacetime",
"version": "5.1.0",
"description": "figure-out dates across timezones",
"main": "builds/spacetime.js",
"unpkg": "builds/spacetime.min.js",
"license": "Apache-2.0",
"scripts": {
"build": "node ./scripts/build.js",
"build:tz": "node ./scripts/updateZonefile.js",
"pack": "node ./zonefile/pack.js",
"watch": "amble ./scratch.js",
"test": "TESTENV=dev tape ./test/**/*.test.js | tap-dancer",
"test-spec": "TESTENV=dev tape ./test/**/*.test.js | tap-spec",
"testb": "TESTENV=prod tape ./test/**/*.test.js | tap-dancer",
"coverage": "node ./scripts/coverage.js"
},
"repository": {
"type": "git",
"url": "https://github.com/smallwins/spacetime.git"
},
"files": [
"builds",
"docs"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.0",
"amble": "0.0.7",
"babelify": "10.0.0",
"browserify": "16.2.3",
"codecov": "3.1.0",
"derequire": "2.0.6",
"nyc": "13.1.0",
"shelljs": "0.8.3",
"tap-dancer": "0.1.2",
"tap-spec": "5.0.0",
"tape": "4.9.1",
"terser": "3.13.1",
"timekeeper": "2.1.2"
}
}