-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "matts-dotfiles",
"version": "0.0.0",
"private": true,
"description": "Matt Smith's dotfiles",
"repository": {
"type": "git",
"url": "git+https://github.com/mtscout6/nextgen-dotfiles.git"
},
"author": "Matthew L Smith <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtscout6/nextgen-dotfiles/issues"
},
"homepage": "https://github.com/mtscout6/nextgen-dotfiles#readme",
"scripts": {
"postinstall": "./npm-module-aliases"
},
"dependencies": {
"babel-cli": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"bower": "^1.6.3",
"create-react-app": "^1.0.2",
"dateformat": "^1.0.11",
"esdoc": "^0.4.3",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-lodash": "^0.1.4",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"fs-promise": "^2.0.2",
"greenkeeper": "^4.2.1",
"grunt-cli": "^1.2.0",
"gulp": "^3.9.0",
"instant-markdown-d": "^0.1.0",
"mocha": "^3.3.0",
"n": "^2.0.2",
"nodemon": "^1.19.1",
"reveal-md": "0.0.24",
"updtr": "^1.0.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5",
"yarn": "^0.22.0",
"yo": "^1.4.8"
}
}