-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.51 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
{
"name": "typhonjs-core-gulptasks",
"version": "0.6.0",
"homepage": "https://github.com/typhonjs-node-gulp/typhonjs-core-gulptasks/",
"description": "Provides common gulp tasks shared by TyphonJS and beyond for JSPM / SystemJS projects.",
"license": "MPL-2.0",
"author": {
"name": "Mike Leahy"
},
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-node-gulp/typhonjs-core-gulptasks.git"
},
"maintainers": [
{
"name": "Mike Leahy",
"email": "support@js.typhonrt.org"
}
],
"dependencies": {
"fs-extra": "^0.30.0",
"run-sequence": "^1.0.0",
"strip-json-comments": "^2.0.0",
"yargs": "^4.0.0"
},
"devDependencies": {
"gulp": "^3.0.0",
"gulp-task-listing": "^1.0.0",
"jspm": "^0.16.0",
"typhonjs-config-eslint": "^0.4.0",
"typhonjs-npm-build-test": "^0.1.0"
},
"main": "dist/index.js",
"engines" : {
"npm" : ">=3.x"
},
"scripts": {
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
"prepublish": "node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js"
},
"keywords": [
"electron",
"esdoc",
"eslint",
"gulp",
"jspm",
"systemjs",
"tasks",
"typhonjs"
],
"files": [
"dist",
"src",
"AUTHORS.md"
],
"directories": {},
"bugs": {
"url": "https://github.com/typhonjs-node-gulp/typhonjs-core-gulptasks/issues"
}
}