This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.45 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
65
66
67
68
69
{
"name": "gsp",
"version": "0.5.4",
"description": "Automatic builder for frontend developers.",
"keywords": [
"git",
"svn",
"sync"
],
"bugs": {
"url": "https://github.com/viclm/gsp/issues"
},
"license": "MIT",
"author": {
"name": "viclm",
"email": "[email protected]"
},
"main": "lib/index",
"bin": {
"gsp": "bin/gsp"
},
"repository": {
"type": "git",
"url": "git://github.com/viclm/gsp.git"
},
"scripts": {
"prepublish": "grunt build"
},
"dependencies": {
"async": "~1.4.2",
"chalk": "^1.0.0",
"chokidar": "^1.0.3",
"commander": "^2.8.1",
"di": "0.0.1",
"fs-extra": "^0.22.1",
"glob": "^5.0.10",
"is-binary-path": "^1.0.1",
"mime": "^1.3.4",
"minimatch": "^2.0.8",
"mustache": "^2.2.1",
"prompt": "^0.2.14",
"text-table": "^0.2.0",
"tiny-lr": "^0.1.6"
},
"optionalDependencies": {
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"coffee-script": "^1.9.3",
"csslint": "^0.10.0",
"eslint": "^0.24.0",
"jasmine-core": "^2.3.4",
"jsonlint": "^1.6.2",
"less": "^2.5.1",
"node-sass": "^3.4.2",
"phantomjs": "^1.9.17"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.0.0",
"grunt-nodemon": "^0.4.1"
},
"engines": {
"node": ">= 4.0.0"
},
"preferGlobal": true
}