forked from carteb/carte-blanche
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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": "carte-blanche-source-plugin",
"version": "0.1.0",
"description": "",
"homepage": "https://github.com/carteb/carte-blanche",
"bugs": {
"url": "https://github.com/carteb/carte-blanche/issues"
},
"contributors": [
"Nik Graf <nik@nikgraf.com> (https://medium.com/@nikgraf)",
"Max Stoiber <contact@mxstbr.com> (http://mxstbr.com)",
"Jan Nicklas <j.nicklas@me.com> (https://twitter.com/jantimon)"
],
"repository": {
"type": "git",
"url": "https://github.com/carteb/carte-blanche"
},
"license": "MIT",
"main": "dist/plugin.js",
"keywords": [
"editor",
"wysiwyg",
"draft",
"react",
"ux",
"components",
"widget",
"react-component"
],
"scripts": {
"build": "cross-env BABEL_DISABLE_CACHE=1 BABEL_ENV=production babel --out-dir=dist plugin.js component.js",
"dev": "npm run build -- --watch",
"prepublish": "npm run build"
},
"dependencies": {
"carte-blanche": "^0.3.0",
"webpack": ">=1 <3 || ^2.1.0-beta",
"react": "^15.0.1"
}
}