-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 825 Bytes
/
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
{
"name": "draft-js-multidecorators",
"version": "1.0.0",
"description": "Combine multiple decorators for DraftJS",
"main": "index.js",
"scripts": {
"test": "export TESTING=true; mocha --reporter spec --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamyPesse/draft-js-multidecorators.git"
},
"keywords": [
"draft-js"
],
"author": "Samy Pesse <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SamyPesse/draft-js-multidecorators/issues"
},
"homepage": "https://github.com/SamyPesse/draft-js-multidecorators#readme",
"dependencies": {
"immutable": "*"
},
"devDependencies": {
"draft-js": "^0.7.0",
"expect": "^1.20.1",
"mocha": "^2.5.3",
"react": "^15.1.0",
"react-dom": "^15.1.0"
}
}