forked from ifanrx/hydrogen-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
68
{
"name": "hydrogen-js-sdk",
"version": "1.0.0",
"main": "./src/index.js",
"description": "爱范儿知晓云平台 JS SDK",
"scripts": {
"test": "mocha -R mochawesome -t 300000 test/index.js",
"mocha": "mocha test/index.js",
"dev": "export NODE_ENV=dev && gulp dev",
"build": "export NODE_ENV=production && gulp release",
"lock": "npm prune && npm shrinkwrap --dev"
},
"repository": {
"type": "git",
"url": "git://github.com/ifanrx/repository.git"
},
"keywords": [
"ifanrx"
],
"author": "ifanrx",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ifanrx/repository/issues"
},
"homepage": "https://github.com/ifanrx/repository#readme",
"devDependencies": {
"aliasify": "^2.1.0",
"axios": "^0.15.3",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "https://registry.npmjs.org/babel-register/-/babel-register-6.24.1.tgz",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"del": "^2.2.2",
"faker": "^4.1.0",
"frock": "^1.1.1",
"frock-proxy": "^1.0.0",
"frock-static": "^1.0.0",
"gulp": "^3.8.10",
"gulp-babel": "^6.1.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.0.1",
"gulp-watch": "^4.3.11",
"mocha": "^3.2.0",
"mochawesome": "^2.2.0",
"node-extend": "^0.2.0",
"node-localstorage": "^1.3.0",
"path": "^0.12.7",
"rewire": "^2.5.2",
"sinon": "^3.2.0",
"sinon-stub-promise": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"dependencies": {
"debug": "^2.2.0",
"lodash": "http://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"md5": "^2.2.1",
"node-localstorage": "^1.3.0",
"rsvp": "^3.3.3"
}
}