-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "alloyeditor-react-component",
"repository": {
"type": "git",
"url": "https://github.com/ipeychev/alloyeditor-react-component.git"
},
"description": "An example usage of AlloyEditor on the server and in the browser",
"version": "1.1.0",
"main": "server.js",
"dependencies": {
"alloyeditor": "^1.4.1",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-envify": "^1.0.0",
"gulp-template": "^3.1.0",
"gulp-uglify": "^1.5.1",
"gutil": "^1.6.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"run-sequence": "^1.1.5",
"webpack": "^1.12.9"
},
"scripts": {
"build": "gulp build",
"release": "gulp release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/ipeychev/alloyeditor-react-component/issues"
},
"author": "Iliyan Peychev <[email protected]>",
"contributors": [
"Ville Vaarala <[email protected]>"
],
"license": "MIT"
}