-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "intelli-api",
"version": "0.0.1",
"description": "Experimental API and client for the Intelli Blockchain Token",
"main": "index.js",
"scripts": {
"start": "npm run build && node app.js",
"test": "npm run build && NODE_ENV=test node_modules/.bin/jasmine",
"build": "node node_modules/webpack/bin/webpack.js"
},
"keywords": [
"ico",
"intelli",
"research"
],
"author": "Daniel Bidulock",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/theminingking/intelli-api.git"
},
"devDependencies": {
"async": "^2.5.0",
"jasmine": "^2.8.0",
"mock-fs": "^4.4.2",
"nodeunit": "^0.11.2",
"zombie": "^5.0.7"
},
"dependencies": {
"JSONStream": "^1.3.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"commander": "^2.11.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"event-stream": "^3.3.4",
"express": "^4.16.2",
"morgan": "^1.9.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"redis": "^2.8.0",
"serve-favicon": "^2.4.5",
"string": "^3.3.3",
"webpack": "^3.8.1"
}
}