-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "grunt-sails-linker",
"description": "Autoinsert script tags in an html file",
"version": "0.9.2",
"homepage": "https://github.com/Zolmeister/grunt-sails-linker",
"contributors": [
"Zolmeister <zolikahan@gmail.com> (http://zolmeister.com)",
"scott-laursen <thomas@addgo.com> (www.addgo.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/Zolmeister/grunt-sails-linker.git"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-nodeunit": "0.1.2",
"grunt": "0.4.0rc7"
},
"keywords": [
"gruntplugin"
],
"readmeFilename": "README.md",
"gitHead": "efb0eaaf4e518cc5ff646955a2e03b91ac8b70fb",
"directories": {
"test": "test"
},
"license": "MIT"
}