-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "@buxlabs/kinetic",
"version": "1.0.3",
"description": "kinetic javascript",
"main": "build/index.js",
"scripts": {
"build": "rollup --config config.js",
"prepublishOnly": "npm run build",
"lint": "standard",
"test": "npm run build && ava test/unit.js --require=./test/setup/env.js && ava test/feature.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buxlabs/kinetic.git"
},
"keywords": [
"kinetic",
"javascript"
],
"author": "Emil Ajdyna <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buxlabs/kinetic/issues"
},
"homepage": "https://github.com/buxlabs/kinetic#readme",
"devDependencies": {
"ava": "^0.25.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"browser-env": "^3.2.5",
"express": "^4.16.3",
"puppeteer": "^1.2.0",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0",
"sinon": "^4.5.0",
"standard": "^11.0.1"
}
}