This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
forked from verbling/assetflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.53 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
{
"name": "assetflow",
"description": "Asset deployment for node",
"version": "0.2.2",
"homepage": "https://github.com/verbling/assetflow",
"author": "Verbling",
"repository": {
"type": "git",
"url": "git://github.com/verbling/assetflow.git"
},
"bugs": {
"url": "https://github.com/verbling/assetflow/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/verbling/assetflow/blob/master/LICENSE-MIT"
}
],
"contributors": [
{
"name": "Thanasis Polychronakis",
"url": "http://thanpol.as"
}
],
"main": "tasks/task-main.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"dependencies": {
"grunt-ss-helpers": "0.0.9",
"collections": "~1.2.1",
"regexp-quote": "0.0.0",
"config": "~1.8.1",
"timely": "0.1.0",
"pace": "0.0.4",
"yaml": "~0.2.3",
"async": "~0.9.0",
"knox": "~0.9.1",
"grunt-s3": "~0.2.0-alpha.3",
"when": "1.8.1",
"grunt-string-replace": "https://github.com/thanpolas/grunt-string-replace/tarball/7e6087974025bb5067f579f1124da493fce3527a"
},
"devDependencies": {
"grunt": ">=0.4.5",
"grunt-mocha-test": "~0.12.3",
"chai": "~1.10.0",
"sinon": "~1.12.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-release": "~0.7.0"
},
"keywords": [
"gruntplugin",
"asset",
"assets",
"asset pipeline",
"deployment",
"deploy",
"pipeline"
]
}