-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "time-schema-formatter",
"version": "0.0.7",
"description": "time format tool",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require intelli-espower-loader",
"compile": "babel --presets es2015 -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/btfrankenstein/time-schema-format"
},
"keywords": [
"time",
"transfer",
"time",
"format"
],
"author": "btfrankenstein",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.4.2",
"power-assert": "^1.4.4"
}
}