-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 859 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
41
42
43
{
"name": "gulp-native2ascii",
"description": "native2ascii plugin for gulp",
"version": "0.0.3",
"homepage": "https://github.com/adamme/gulp-native2ascii",
"author": {
"name": "Adam Lau",
"email": "[email protected]",
"url": "http://tinycode.me"
},
"repository": {
"type": "git",
"url": "[email protected]:adamme/gulp-native2ascii.git"
},
"bugs": {
"url": "https://github.com/adamme/gulp-native2ascii/issues"
},
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"gulpplugin",
"gulp",
"native2ascii"
],
"scripts": {
"test": "node test/test.js"
},
"dependencies": {
"gulp-util": "^2.2.14",
"through2": "^0.4.1"
},
"devDependencies": {
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.1.0"
}
}