-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 912 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 912 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
{
"name": "nbp-locales",
"version": "0.0.2",
"description": "Locales helpers for Node.js Bot Platform",
"main": "dist/index.js",
"scripts": {
"build": "babel ./src/index.js --preset babel-preset-es2015 --out-file ./dist/index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilai/nbp-locales.git"
},
"author": "Maxim Vetrenko <vetrenko.maxim@gmail.com> (https://github.com/maxmert)",
"license": "ISC",
"bugs": {
"url": "https://github.com/evilai/nbp-locales/issues"
},
"homepage": "https://github.com/evilai/nbp-locales#readme",
"devDependencies": {
"eslint-config-evilai": "^0.0.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"dependencies": {
"lodash": "^4.16.4"
}
}