-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "jayne",
"version": "1.0.1",
"description": " middleware/pipe function system for http(s) requests in the browser",
"main": "app.js",
"dependencies": {
"bernstein": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/designfrontier/jayne.git"
},
"author": "Daniel Sellers",
"license": "MIT",
"bugs": {
"url": "https://github.com/designfrontier/jayne/issues"
},
"homepage": "https://github.com/designfrontier/jayne",
"devDependencies": {
"babel": "^5.6.14",
"babelify": "^6.0.2",
"bernstein": "^1.0.5",
"browser-sync": "^2.4.0",
"browserify": "^9.0.8",
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-filter": "^2.0.2",
"gulp-jshint": "^1.9.4",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.36",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-spec-reporter": "0.0.19",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "http-server ./dist",
"test": "gulp test",
"dev": "gulp dev",
"build": "gulp build"
},
"engines": {}
}