-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "john-fell.ptf",
"version": "1.0.0",
"description": "Genese Parametric Typeface",
"main": "dist/typeface.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/byte-foundry/john-fell.ptf.git"
},
"keywords": [
"parametric-typeface"
],
"author": "Prototypo",
"license": "Affero GPL",
"bugs": {
"url": "https://github.com/byte-foundry/john-fell.ptf/issues"
},
"homepage": "https://github.com/byte-foundry/john-fell.ptf",
"devDependencies": {
"escodegen": "~1.4.1",
"esprima": "~1.2.2",
"estraverse": "~1.5.1",
"gulp": "~3.8.7",
"gulp-coffee": "~2.2.0",
"gulp-concat": "~2.3.4",
"gulp-jshint": "~1.8.4",
"gulp-load-plugins": "~0.6.0",
"gulp-rimraf": "~0.1.0",
"gulp-size": "~1.1.0",
"gulp-util": "~3.0.1",
"jshint-stylish": "~1.0.0",
"karma": "^0.13.22",
"lodash": "~2.4.1",
"merge-stream": "~0.1.5",
"sandbox": "~0.8.6",
"through2": "~0.6.1"
}
}