-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "indiesquare",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"test": "gulp release"
},
"keywords": [
"blockchain",
"counterparty",
"token",
"bitcoin"
],
"main": "lib/index.js",
"author": "IndieSquare Inc.",
"description": "IndieSquare Javascript SDK for Token Economy.",
"private": false,
"engines": {
"node": ">= 4.4.3"
},
"dependencies": {
"mobile-detect": "^1.3.6",
"node-fetch": "^1.7.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-derequire": "^2.1.0",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
}
}