-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "liveresource",
"description": "LiveResource library",
"homepage": "https://github.com/fanout/liveresource",
"version": "0.1.1",
"license": "MIT",
"author": "fanout",
"main": "./src/main.js",
"scripts": {
"build-debug": "gulp build-debug",
"build-min": "gulp build-min",
"test": "node tests/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fanout/liveresource.git"
},
"bugs": "https://github.com/fanout/liveresource/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"browser": {
"./src/utils.getWindowLocationHref.js": "./src/utils.getWindowLocationHrefBrowser.js"
},
"devDependencies": {
"aliasify": "^1.7.2",
"babelify": "^6.1.3",
"browserify": "^11.0.0",
"gulp": "^3.9.0",
"gulp-header": "^1.5.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"tape": "^4.0.1",
"uglify-js": "^2.4.24",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0"
}
}