-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1017 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
36
37
38
39
40
41
42
43
{
"name": "grunt-unfold",
"description": "Inserts script tags based on a folder path or file pattern",
"version": "1.0.2",
"homepage": "http://github.com/christianrondeau/grunt-unfold",
"contributors": [
"Christian Rondeau <christian.rondeau@gmail.com>"
],
"repository": "christianrondeau/grunt-unfold",
"main": "tasks/unfold.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "^4.3.7",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"sinon": "^15.0.3",
"sinon-chai": "^3.7.0"
},
"keywords": [
"gruntplugin",
"grunt",
"insert",
"script",
"index.html",
"html",
"css",
"list"
],
"readmeFilename": "README.md",
"license": "MIT"
}