-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "goatee-script.js",
"description": "Goatee is the missing complement for handlebar mustaches.",
"version": "0.3.9",
"keywords": [
"Goatee",
"Node.js",
"Browser",
"Template",
"Framework"
],
"author": "Stephan Jorek <stephan.jorek@gmail.com>",
"license": "BSD-3-Clause",
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://raw.github.com/sjorek/goatee-script.js/master/LICENSE"
},
{
"type": "MIT",
"url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
}
],
"engines": {
"node": "~6"
},
"bin": {
"goatee-script": "./bin/goatee-script"
},
"main": "./lib/GoateeScript.js",
"scripts": {
"build": "PATH=$PATH:./node_modules/.bin gulp build",
"test": "PATH=$PATH:./node_modules/.bin gulp test",
"doc": "PATH=$PATH:./node_modules/.bin gulp doc"
},
"homepage": "https://sjorek.github.io/goatee-script.js/",
"bugs": "https://github.com/sjorek/goatee-script.js/issues",
"repository": {
"type": "git",
"url": "git@github.com:sjorek/goatee-script.js.git"
},
"dependencies": {
"nomnom": "~1.8"
},
"devDependencies": {
"benchmark": "^2.1.1",
"coffee-script": "^1.11.1",
"cson": "^4.0.0",
"del": "^2.2.2",
"groc": "^0.8.0",
"gulp": "^3.9.1",
"gulp-beautify": "^2.0.0",
"gulp-changed": "^1.3.2",
"gulp-coffee": "^2.3.2",
"gulp-conventional-changelog": "^1.1.0",
"gulp-cson": "^0.4.0",
"gulp-footer": "^1.0.5",
"gulp-git": "^1.12.0",
"gulp-groc": "iamdenny/gulp-groc",
"gulp-header": "^1.7.1",
"gulp-jasmine": "^2.4.2",
"gulp-logger": "0.0.2",
"gulp-npm-check": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.9.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"jasmine": "^2.5.2",
"jison": "^0.4.17",
"map-stream": "0.0.6",
"npm-check": "^5.4.0",
"path": "^0.12.7",
"publish-please": "^1.4.3",
"require-cson": "^0.1.0",
"run-sequence": "^1.2.2"
},
"readmeFilename": "README.md"
}