-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 999 Bytes
/
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
{
"name": "buddhist-christian-era-converter",
"version": "0.1.3",
"description": "Buddhist - Christian Era converter",
"main": "dist/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --compilers js:babel-core/register ./",
"prebuild": "rimraf ./dist/",
"build": "./node_modules/.bin/babel index.js --out-dir dist --copy-files",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vudknguyen/buddhist-christian-era-converter.git"
},
"keywords": [
"buddhist",
"christian",
"era",
"converter"
],
"author": "Vu Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/vudknguyen/buddhist-christian-era-converter/issues"
},
"homepage": "https://github.com/vudknguyen/buddhist-christian-era-converter#readme",
"devDependencies": {
"mocha": "^4.0.1",
"babel-cli": "^6.3.17",
"babel-core": "^6.26.3",
"babel-preset-es2015": "*",
"rimraf": "^2.5.4"
}
}