-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 924 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 924 Bytes
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
{
"name": "reactive-map-browserify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp && browserify -t [ babelify --presets [ es2015 react ] ] app.js -o dist/bundle.js"
},
"dependencies": {
"@appbaseio/reactivemaps": "^0.1.3",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farhan687/reactive-map-browserify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/farhan687/reactive-map-browserify/issues"
},
"homepage": "https://github.com/farhan687/reactive-map-browserify#readme"
}