-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.65 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
{
"name": "githeartissues",
"version": "0.0.26",
"description": "git ♥ issues",
"repository": {
"type": "git",
"url": "git://github.com/benweatherman/git♥issues.git"
},
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"brfs": "1.2.0",
"browserify": "8.0.3",
"chai": "1.9.1",
"font-awesome": "4.3.0",
"gulp": "3.8.10",
"gulp-bump": "0.1.11",
"gulp-concat": "2.3.4",
"gulp-gh-pages": "0.3.3",
"gulp-git": "0.5.0",
"gulp-if": "1.2.5",
"gulp-imagemin": "2.1.0",
"gulp-karma": "0.0.4",
"gulp-mocha-browserify-sweet": "0.2.1",
"gulp-nunjucks-render": "0.1.3",
"gulp-raster": "0.1.0",
"gulp-rename": "1.2.0",
"gulp-replace": "0.4.0",
"gulp-rimraf": "0.1.0",
"gulp-sass": "1.2.4",
"gulp-sourcemaps": "1.3.0",
"gulp-tag-version": "1.0.2",
"gulp-task-listing": "0.3.0",
"gulp-uglify": "1.0.2",
"gulp-util": "3.0.0",
"install": "0.1.7",
"jquery": "2.1.1",
"jquery-ui": "1.10.5",
"karma": "0.12.21",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-junit-reporter": "0.2.2",
"karma-mocha": "0.1.7",
"karma-nyan-reporter": "0.0.46",
"karma-phantomjs-launcher": "0.1.4",
"karma-sinon": "1.0.3",
"knockout": "3.1.0",
"lodash": "3.0.0",
"merge-stream": "0.1.5",
"mocha": "1.21.4",
"moment": "2.9.0",
"node-bourbon": "1.2.3",
"node-neat": "1.4.2",
"sinon": "1.10.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "0.1.1",
"when": "3.4.3"
},
"dependencies": {}
}