forked from alexisabril/grunt-steal
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.15 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
{
"name": "grunt-steal",
"version": "2.1.0",
"description": "Run steal-tools through Grunt",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"document": "bit-docs",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stealjs/grunt-steal.git"
},
"keywords": [
"Grunt",
"StealJS",
"steal-tools"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/stealjs/grunt-steal/issues"
},
"homepage": "https://github.com/stealjs/grunt-steal#readme",
"dependencies": {
"steal-tools": "^2.3.0"
},
"devDependencies": {
"bit-docs": "^0.1.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.2.0",
"grunt-simple-mocha": "^0.4.1",
"winston": "^3.7.2"
},
"bit-docs": {
"dependencies": {
"bit-docs-glob-finder": "^0.0.5",
"bit-docs-dev": "^0.0.3",
"bit-docs-js": "^0.0.3",
"bit-docs-generate-readme": "^0.0.8"
},
"glob": {
"pattern": "**/*.{js,md}",
"ignore": "node_modules/**/*"
},
"readme": {
"apis": "./docs/apis.json"
},
"parent": "grunt-steal"
}
}