-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 780 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
{
"name": "format_topicsactivitycards",
"version": "1.0.0",
"description": "A simple format to allow topics and activities to be displayed as cards.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/southernskyuk/format_topicsactivitycards.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/southernskyuk/format_topicsactivitycards/issues"
},
"homepage": "https://bitbucket.org/southernskyuk/format_topicsactivitycards#readme",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-sass": "^3.1.0",
"node-sass": "^8.0.0"
},
"dependencies": {
"grunt-load-gruntfile": "^0.0.2"
}
}