forked from littlebee/git-log-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "darcs-log-utils",
"version": "0.2.1",
"description": "Utility methods for parsing darcs changes output",
"main": "lib/darcs-log-utils.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/whitslar/darcs-log-utils.git"
},
"keywords": [
"darcs",
"log"
],
"author": "Bee Wilkerson",
"license": "MIT",
"bugs": {
"url": "https://github.com/whitslar/darcs-log-utils/issues"
},
"homepage": "https://github.com/whitslar/darcs-log-utils",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bumble-build": "^0.1.6",
"bumble-docs": "^0.4.3",
"bumble-strings": "^0.1.4",
"bumble-test": "^0.1.4",
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.6.1",
"grunt-coffee-react": "^2.4.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"grunt-react": "^0.12.3",
"grunt-scp": "^0.1.8",
"grunt-shell": "^1.1.2",
"grunt-sync": "^0.5.1",
"grunt-webpack": "^1.0.11",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"underscore": "^1.8.3",
"moment": "^1.5.1"
}
}