-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 KB
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
{
"name": "solidus-client",
"version": "1.4.1",
"main": "index.js",
"author": {
"name": "Joannic Laborde",
"email": "joannic@sparkart.com",
"url": "http://www.sparkart.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solidusjs/solidus-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/solidusjs/solidus-client.git"
},
"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": "^2.0.1",
"gulp": "~3.8.8",
"gulp-browserify": "~0.5.0",
"gulp-derequire": "~2.0.0",
"gulp-mocha": "~1.1.0",
"gulp-rename": "~1.2.0",
"gulp-util": "~3.0.1",
"handlebars": "~2.0.0",
"nock": "~0.44.3",
"run-sequence": "~1.0.1"
},
"dependencies": {
"extend": "^2.0.2",
"handlebars-helper": ">=0.0.12",
"qs": "^2.4.1",
"superagent": "^3.8.2",
"underscore": "~1.6.0"
}
}