-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "typographic-underline",
"version": "0.1.0",
"description": "Typographically correct underlines",
"main": "build/bundle.js",
"scripts": {
"start": "npm run watch",
"serve": "gulp serve",
"format": "standard-format -w",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch",
"build": "browserify index/src.js > build/bundle.js"
},
"keywords": [
"underline",
"typography",
"font"
],
"author": "Martin Spencer <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"debounce": "^1.0.0",
"detect-zoom": "^1.0.2",
"express": "^4.13.4",
"font-baseline": "^1.0.0",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-standard": "^5.2.2",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"standard-format": "^2.1.0",
"throttle-debounce": "^0.1.1",
"uuid": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"lodash.assign": "^4.0.2"
}
}