-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 877 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 877 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
33
34
{
"name": "make-bem",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "rollup --config",
"test": "jest",
"test-watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bartoszlorek/make-bem.git"
},
"author": "Bartosz Lorek",
"license": "MIT",
"bugs": {
"url": "https://github.com/bartoszlorek/make-bem/issues"
},
"homepage": "https://github.com/bartoszlorek/make-bem#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"jest-cli": "^22.4.3",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0"
},
"dependencies": {
"object-assign": "^4.1.1"
}
}