UNPKG

1.2 kBJSONView Raw
1{
2 "name": "bot-lang",
3 "version": "1.0.3",
4 "description": "Common bot language subsitutions and tags.",
5 "main": "lib/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "build": "babel src --presets babel-preset-es2015 --out-dir lib",
11 "prepublish": "npm run build",
12 "test": "mocha --compilers js:babel-register test/basic.js -R spec -t 4000",
13 "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --compilers js:babel-register -R spec test -s 1700 -t 4000"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/bot-ai/bot-lang.git"
18 },
19 "author": "Rob Ellis",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/bot-ai/bot-lang/issues"
23 },
24 "homepage": "https://github.com/bot-ai/bot-lang#readme",
25 "devDependencies": {
26 "babel-cli": "^6.16.0",
27 "babel-preset-es2015": "^6.16.0",
28 "babel-register": "^6.18.0",
29 "coveralls": "^2.11.14",
30 "eslint": "^3.8.1",
31 "eslint-config-airbnb": "^12.0.0",
32 "eslint-plugin-import": "^1.16.0",
33 "eslint-plugin-jsx-a11y": "^2.2.3",
34 "eslint-plugin-react": "^6.4.1",
35 "istanbul": "^0.4.5",
36 "mocha": "^3.1.2"
37 }}