-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.04 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
{
"name": "font-baseline",
"version": "1.0.0",
"description": "Get the baseline height of a font",
"main": "index.js",
"scripts": {
"files": "find . -name '*.js' ! -path './node_modules/*'",
"jshint": "./node_modules/.bin/jshint `npm run -s files`",
"lintspaces": "./node_modules/.bin/lintspaces -i js-comments -e .editorconfig `npm run -s files`",
"test": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs -R spec ./test/index.html && npm run jshint && npm run lintspaces"
},
"repository": {
"type": "git",
"url": "https://github.com/georgecrawford/font-baseline.git"
},
"author": "George Crawford",
"license": "MIT",
"bugs": {
"url": "https://github.com/georgecrawford/font-baseline/issues"
},
"homepage": "https://github.com/georgecrawford/font-baseline",
"devDependencies": {
"chai": "^2.0.0",
"jshint": "^2.5.5",
"lintspaces-cli": "0.0.4",
"mocha": "^1.21.4",
"mocha-phantomjs": "git+https://github.com/georgecrawford/mocha-phantomjs.git#javascript",
"phantomjs": "^1.9.15"
}
}