-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 893 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": "beam-developers",
"version": "2.0.0",
"description": "Centralized hub for all things related to Beam development.",
"main": "./__build__/index.js",
"scripts": {
"start": "node ./__build__/index.js",
"test": "exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MCProHosting/beam-developers"
},
"author": "Beam LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/MCProHosting/beam-developers/issues"
},
"homepage": "https://github.com/MCProHosting/beam-developers",
"dependencies": {
"bower": "^1.4.1",
"connect-assets": "^4.7.1",
"ejs": "^2.3.1",
"express": "^4.12.4",
"glob": "^5.0.10",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-sass": "^2.0.1",
"lorem-ipsum": "^1.0.3",
"react": "^0.13.3",
"react-bootstrap": "^0.23.0",
"react-router": "^0.13.3"
}
}