-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 841 Bytes
/
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
{
"name": "gulp-pearscript",
"version": "1.0.2",
"description": "Gulp plugin for pearscript",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kocisov/gulp-pearscript.git"
},
"author": "Ondřej Kocián <kocis.34@gmail.com> (https://github.com/kocisov/)",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulp",
"plugin",
"pearscript",
"compiler"
],
"dependencies": {
"pearscript": "*",
"gulp-util": "^3.0.4",
"through2": "^0.6.5"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "*"
},
"bugs": {
"url": "https://github.com/kocisov/gulp-pearscript/issues"
},
"homepage": "https://github.com/kocisov/gulp-pearscript#readme",
"main": "index.js"
}