-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "gulp.browserify",
"version": "1.0.0",
"description": "Browserify, Babelify + Watchify + Sourcemaps Example",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babelify": "",
"browser-sync": "",
"browserify": "",
"exorcist": "",
"gulp": "^3.9.1",
"gulp-concat": "",
"gulp-inline": "",
"gulp-util": "",
"material-ui": "",
"react": "",
"react-dom": "",
"react-tap-event-plugin": "",
"vinyl-source-stream": "",
"watchify": ""
},
"directories": {
"test": "test"
},
"dependencies": {
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"watchify": "^3.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthieu-ft/InstantInterface.git"
},
"author": "",
"bugs": {
"url": "https://github.com/matthieu-ft/InstantInterface/issues"
},
"homepage": "https://github.com/matthieu-ft/InstantInterface#readme"
}