-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
44 lines (44 loc) · 958 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
44
{
"name": "HalloweenBash",
"version": "0.1.3",
"description": "Custom Bash Profile Generator",
"main": "index.html",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/xta/HalloweenBash.git"
},
"keywords": [
"ps1",
"config",
"bash",
"profile",
"generator"
],
"author": "Rex Feng",
"license": "MIT",
"bugs": {
"url": "https://github.com/xta/HalloweenBash/issues"
},
"homepage": "https://github.com/xta/HalloweenBash",
"devDependencies": {
"browserify": "^4.2.0",
"chai": "^1.9.1",
"gulp": "^3.8.5",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.6.4",
"gulp-mocha": "^0.5.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"jquery": "^2.1.1",
"jquery-ui": "^1.10.5",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"gulp": "^3.8.6"
}
}