-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 842 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
{
"name": "svg-text-wrap",
"version": "1.0.0",
"description": "SVG Text Wrapping of long labels like Neo4j",
"main": "index.js",
"repository": "https://github.com/hgupta/svg-text-wrap.git",
"author": "Harsh Gupta <1045588+hgupta@users.noreply.github.com>",
"license": "MIT",
"private": false,
"scripts": {
"test": "echo 'No test available'",
"serve": "live-server --no-browser",
"babel": "babel index.js -o svg-text-wrap.min.js"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0",
"browserslist": "^2.10.0",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-prettier": "^2.4.0",
"live-server": "^1.2.0",
"prettier": "^1.9.2"
}
}