-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "article-json-to-contenteditable",
"version": "7.3.7",
"description": "",
"main": "dist/index.js",
"scripts": {
"example": "beefy example/client.js --index example/index.html --open -- --transform babelify",
"lint": "semistandard | snazzy",
"test:node": "babel-tape-runner test/*-test.js",
"test:browser": "browserify -t babelify -t brfs -d test/*-test.js | devtool -c -h --bf --no-nt | faucet",
"test": "npm run test:node && npm run test:browser && npm run lint",
"build": "babel lib --out-dir dist",
"watch": "babel lib --out-dir dist --watch",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micnews/article-json-to-contenteditable.git"
},
"author": "mic.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/micnews/article-json-to-contenteditable/issues"
},
"homepage": "https://github.com/micnews/article-json-to-contenteditable#readme",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-tape-runner": "^2.0.1",
"babelify": "^7.3.0",
"beefy": "^2.1.6",
"brfs": "^1.4.3",
"browserify": "^14.4.0",
"create-event": "^1.0.9",
"devtool": "^2.3.1",
"faucet": "0.0.1",
"pretty": "^1.0.0",
"semistandard-deku": "github:micnews/semistandard#deku",
"snazzy": "^5.0.0",
"tape": "^4.5.1",
"tape-catch": "^1.0.5"
},
"dependencies": {
"article-json-html-render": "^2.5.0",
"deku": "^1.0.0",
"dift": "^0.1.12",
"embeds": "^2.5.1",
"get-selection-range-from-elm": "^2.0.1",
"html-to-article-json": "^1.12.4",
"immutable-array-methods": "^1.3.0",
"immutable-object-methods": "^1.3.0",
"is-image": "^1.0.1",
"is-url": "^1.2.1",
"keycode": "^2.1.1",
"magic-virtual-element": "^1.0.6",
"object-assign": "^4.1.0",
"save-selection": "^2.0.0"
}
}