-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
{
"name": "glint-tasks",
"version": "1.1.1",
"description": "collection of tasks to automate handling the glint modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"link-glint": "export NODE_ENV=development && assets-bundler --src '../glint-*' --dest 'node_modules/glint-*'",
"start": "node index.js"
},
"keywords": [
"glint",
"cms",
"glintcms",
"task",
"tasks"
],
"author": "Andi Neck",
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"chalk": "^1.1.1",
"clone": "^1.0.2",
"debug": "^2.2.0",
"dedupe": "^1.0.1",
"defaults": "^1.0.2",
"dot": "^1.0.3",
"glob": "^5.0.14",
"lodash.includes": "^3.1.3",
"mingo": "^0.6.0",
"minimist": "^1.2.0",
"requireomat": "^1.1.1",
"run-series": "^1.1.2",
"shelljs": "^0.5.3",
"sliced": "^1.0.1",
"sprintf-js": "^1.0.3",
"subarg": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/glintcms/glint-tasks.git"
},
"bugs": {
"url": "https://github.com/glintcms/glint-tasks/issues"
},
"homepage": "https://github.com/glintcms/glint-tasks"
}