-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 957 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
{
"name": "assets-include",
"version": "1.1.1",
"author": "GoalSmashers.com <jakub@goalsmashers.com>",
"description": "Include assets into your views with ease (assets-packager compatible).",
"license": "MIT",
"homepage": "https://github.com/GoalSmashers/assets-include",
"repository": {
"type": "git",
"url": "https://github.com/GoalSmashers/assets-include.git"
},
"bugs": {
"url": "https://github.com/GoalSmashers/assets-include/issues"
},
"bin": {
"assetsinc": "./bin/assetsinc"
},
"main": "index.js",
"files": [
"bin",
"lib",
"History.md",
"index.js",
"LICENSE"
],
"scripts": {
"check": "jshint ./bin/assetsinc .",
"prepublish": "jshint ./bin/assetsinc .",
"test": "vows"
},
"dependencies": {
"assets-expander": "1.0.x",
"commander": "2.2.x"
},
"devDependencies": {
"jshint": "2.5.x",
"vows": "0.7.x"
},
"engines": {
"node": ">=0.8.0"
}
}