-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.78 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "fibrio",
"version": "0.1.2",
"description": "Server-side DOM text manipulator (Node.js).",
"main": "index.js",
"watch": {
"build": "{src,test}/**/*.js"
},
"scripts": {
"test": "yarn build",
"build": "rollup -c && mocha",
"dev": "npm-watch build"
},
"repository": {
"type": "git",
"url": "https://github.com/ethantw/fibrio.git"
},
"keywords": [
"findAndReplaceDOMText",
"text-processing"
],
"author": "Chen Yijun (@ethantw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethantw/fibrio/issues"
},
"dependencies": {
"@std/esm": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"normalize-selector": "^0.2.0",
"special-entities": "^1.0.2",
"split-css-selector": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"gh-pages": "^1.1.0",
"jsdom": "^7.2.1",
"json-templater": "^1.1.0",
"junk": "^2.1.0",
"lerna": "^2.4.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"mocha": "^4.1.0",
"ncp": "^2.0.0",
"npm-watch": "^0.3.0",
"resolve": "^1.5.0",
"rimraf": "^2.6.1",
"rollup": "^0.53.2",
"rollup-loader": "^0.3.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"yargs": "^8.0.1"
},
"@std/esm": {
"esm": "all",
"await": true
}
}