-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.32 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
{
"name": "ffg-swchar-acro",
"fullname": "FFG Star Wars Character for Acrobat",
"description": "Custom, form-fillable, character sheets for the Star Wars Roleplaying games.",
"version": "0.2.1",
"keywords": [],
"main": "./lib/index.js",
"dependencies": {
"underscore": "1.x.x",
"protean": "0.2.x"
},
"devDependencies": {
"mocha": "1.x.x",
"should": "3.x.x",
"del": "*",
"through2": "0.x.x",
"gulp": "3.x.x",
"gulp-util": "*",
"gulp-ejs": "0.x.x",
"gulp-browserify": "0.x.x",
"gulp-uglify": "1.x.x",
"gulp-marked": "1.x.x",
"gulp-concat": "*"
},
"scripts": {
"build": "./node_modules/.bin/gulp",
"clobber": "./node_modules/.bin/gulp clobber",
"test": "./node_modules/.bin/mocha -R spec test/test-*.js"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jhamlet/ffg-swchar-acro/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/jhamlet/ffg-swchar-acro.git"
},
"bugs": {
"url": "http://github.com/jhamlet/ffg-swchar-acro/issues"
},
"private": true
}