-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "solidus-assets-proxy",
"version": "2.0.0",
"author": {
"name": "Joannic Laborde",
"email": "[email protected]",
"url": "http://www.sparkart.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solidusjs/solidus-assets-proxy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/solidusjs/solidus-assets-proxy.git"
},
"main": "index.js",
"bin": {
"solidus-assets-proxy": "./bin/solidus-assets-proxy"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/gulp test",
"node-test": "./node_modules/.bin/gulp node-test",
"browser-test": "./node_modules/.bin/gulp browser-test",
"test-server": "./node_modules/.bin/gulp test-server"
},
"devDependencies": {
"browserstack-webdriver": "^2.41.1",
"browserstacktunnel-wrapper": "^1.4.2",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-derequire": "^2.1.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"run-sequence": "^1.1.5"
},
"dependencies": {
"underscore": "^1.8.3"
}
}