This repository was archived by the owner on Jul 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.44 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "airdrop",
"version": "0.0.1",
"description": "CryptoCoin coming at ya!",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OriginalCrypto/airdrop.git"
},
"keywords": [
"OCC",
"CryptoCoin",
"OriginalCryptoCoin",
"free",
"tokens",
"ERC20"
],
"author": "Mish Ochu",
"license": "MIT",
"bugs": {
"url": "https://github.com/OriginalCrypto/airdrop/issues"
},
"homepage": "https://github.com/OriginalCrypto/airdrop#readme",
"devDependencies": {
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^15.2.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-define-module": "^0.1.5",
"gulp-file": "^0.4.0",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^3.0.0",
"gulp-watch": "^5.0.0",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"bignumber.js": "^6.0.0",
"qrious": "^4.0.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"truffle-contract": "^3.0.2",
"web3": "^0.20.4"
}
}