-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 Bytes
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
{
"name": "stroketext.js",
"version": "0.12.0",
"description": "Simple, pixel-perfect text stroking for the web.",
"main": "./dist/strokeText.min.js",
"scripts": {
"build": "gulp",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inorganik/strokeText.js.git"
},
"keywords": [
"UI",
"stroke"
],
"author": "Jamie Perkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/inorganik/strokeText.js/issues"
},
"homepage": "https://inorganik.github.io/strokeText.js/",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-wrap-umd": "^0.2.1"
}
}