-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 Bytes
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
{
"name": "ceros-plugins",
"version": "0.2.0",
"description": "A collection of plugins and integrations for Ceros experiences",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git@github.com:ceros/ceros-plugins.git"
},
"author": "Ceros Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceros/ceros-plugins/issues"
},
"homepage": "https://github.com/ceros/ceros-plugins",
"devDependencies": {
"grunt": "~1.6.1",
"grunt-aws": "^0.7.1",
"grunt-cloudflare-purge": "^0.1.0",
"grunt-continue": "^0.1.0",
"grunt-contrib-compress": "^1.1.1",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-fastly": "~0.1.4",
"grunt-git": "^1.1.1",
"grunt-version": "~3.0.0",
"lodash": "^4.6.1"
}
}