forked from yeoman/yeoman-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "yeoman-app",
"productName": "Yeoman",
"version": "0.0.0",
"appBundleId": "io.yeoman.app",
"helperBundleId": "io.yeoman.app.helper",
"description": "An app made with Electron that scaffolds projects using Yeoman",
"author": "The Yeoman Team",
"main": "src/browser/main.js",
"bugs": "https://github.com/yeoman/yeoman-app/issues",
"dependencies": {
"array.prototype.findindex": "^1.0.0",
"async": "^1.2.1",
"bootstrap": "^3.3.0",
"classnames": "^2.1.2",
"color": "^0.8.0",
"electron-compile": "^1.0.0",
"findup-sync": "^0.2.1",
"fix-path": "^1.1.0",
"flux": "^2.0.1",
"fs-plus": "^2.3.1",
"getmac": "^1.0.7",
"jasmine": "^2.1.1",
"less": "^2.5.0",
"lodash": "^3.6.0",
"material-colors": "^1.0.0",
"material-ui": "^0.10.1",
"node-uuid": "^1.4.3",
"ps-tree": "^1.0.0",
"q": "^1.0.1",
"react": "^0.13.1",
"react-redux": "^0.8.2",
"react-tap-event-plugin": "0.1.7",
"redux": "^1.0.1",
"redux-thunk": "^0.1.0",
"season": "^5.3.0",
"semver": "^5.0.1",
"underscore-plus": "^1.6.1",
"vm-compatibility-layer": "0.1.0",
"yargs": "^3.15.0",
"yeoman-environment": "^1.2.5"
},
"devDependencies": {
"electron-compilers": "^1.0.0",
"electron-packager": "^5.0.1",
"electron-prebuilt": "0.33.7",
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",
"mocha": "^2.2.5",
"rimraf": "^2.3.3",
"sandboxed-module": "^2.0.2",
"sinon": "^1.15.3"
},
"scripts": {
"start": "electron . -r",
"test": "scripts/test.js",
"build": "electron-compile --target ./cache src/ static/ && node scripts/build.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yeoman/yeoman-app"
}
}