-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 989 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 989 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
35
36
37
38
39
40
41
{
"name": "generator-react-app",
"version": "0.1.9",
"description": "A generator for Yeoman with React, jQuery, Backbone, Bootstrap, Browserify, Express and Mongoose",
"keywords": [
"yeoman-generator", "react", "bootstrap", "mongoose", "express", "jquery", "backbone", "browserify"
],
"homepage": "https://github.com/k33g/generator-react-app",
"bugs": "https://github.com/k33g/generator-react-app/issues",
"author": {
"name": "@k33g_org",
"email": "ph.charriere@gmail.com",
"url": "https://github.com/k33g"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/k33g/generator-react-app.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.14.0"
},
"devDependencies": {
"mocha": "~1.14.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}