forked from scott-laursen/grunt-scriptlinker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 913 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 913 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "grunt-jslinker",
"description": "Autoinsert script tags in an html file",
"version": "0.2.0",
"homepage": "https://github.com/levelap/grunt-jslinker",
"contributors": [
"daneryl <daneryl@gmail.com>",
"rafapolit <rafaelpolit@gmail.com>",
"scott-laursen <thomas@addgo.com> (www.addgo.com)"
],
"repository": {
"type": "git",
"url": "git@github.com:levelap/grunt-jslinker.git"
},
"bugs": {
"url": "https://github.com/levelap/grunt-jslinker/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": ">=4.11.1"
},
"devDependencies": {
"grunt": ">=1.0.1",
"grunt-contrib-jshint": ">=1.0.0",
"grunt-contrib-copy": ">=1.0.0",
"grunt-jasmine-node": "levelap-dev/grunt-jasmine-node"
},
"keywords": [
"gruntplugin"
]
}