-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "@w6s/escape",
"version": "1.0.2",
"description": "Escape or unescape string for use in HTML.",
"main": "lib/workplus-escape.js",
"jsnext:main": "lib/workplus-escape.mjs",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "ava test/index.js",
"pretest": "npm run build",
"build": "rollup -c",
"watch": "rollup -c -w",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WorkPlusFE/escape.git"
},
"keywords": [
"workplus",
"escape",
"unescape",
"w6s"
],
"author": "Hejx",
"license": "MIT",
"bugs": {
"url": "https://github.com/WorkPlusFE/escape/issues"
},
"homepage": "https://github.com/WorkPlusFE/escape#readme",
"devDependencies": {
"ava": "^0.17.0",
"rollup": "^0.36.4",
"babel-eslint": "^6.1.2",
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"babelrc-rollup": "^3.0.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-istanbul": "^1.0.0",
"rollup-watch": "^2.5.0"
}
}