forked from adiwg/mdCodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 851 Bytes
/
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
{
"name": "mdcodes",
"version": "2.8.0",
"main": "index.js",
"description": "CodeLists for ADIwg mdJSON",
"repository": {
"type": "git",
"url": "https://github.com/adiwg/mdCodes.git"
},
"keywords": [
"metadata",
"adiwg",
"json"
],
"author": "https://github.com/stansmith907, https://github.com/jlblcc",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/adiwg/mdCodes/issues"
},
"homepage": "https://github.com/adiwg/mdCodes",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concat-json": "0.0.10",
"grunt-convert": "^0.1.11",
"grunt-yamllint": "^0.3.0"
},
"scripts": {
"prepublishOnly": "scripts/prepublish.js"
},
"dependencies": {
"buildify": "powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
"glob": "^7.1.0",
"rimraf": "^2.6.2"
}
}