-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "rackt-cli",
"version": "0.8.0",
"description": "Command line interface for automating common tasks when building React.js components",
"main": "./bin/rackt",
"bin": {
"rackt": "./bin/rackt"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "git add CHANGELOG.md package.json",
"postversion": "git push & git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/mzabriskie/rackt-cli.git"
},
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzabriskie/rackt-cli/issues"
},
"homepage": "https://github.com/mzabriskie/rackt-cli",
"dependencies": {
"babel": "5.8.23",
"babel-core": "5.8.25",
"babel-eslint": "4.1.8",
"babel-loader": "5.3.2",
"eslint": "1.6.0",
"eslint-plugin-react": "3.5.1",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.1",
"karma-cli": "0.1.1",
"karma-firefox-launcher": "0.1.6",
"karma-ie-launcher": "0.2.0",
"karma-mocha": "0.2.0",
"karma-phantomjs-launcher": "1.0.1",
"karma-safari-launcher": "0.1.1",
"karma-sourcemap-loader": "0.3.6",
"karma-webpack": "1.7.0",
"loom": "3.1.2",
"minimist": "1.2.0",
"mocha": "2.3.3",
"originate": "^0.1.5",
"react": "0.14.0",
"rf-release": "mzabriskie/rf-release",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0"
}
}