-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 925 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
{
"name": "jquery-chevron",
"title": "jQuery Chevron",
"description": "A jQuery extension that wraps the mustache js templating functionality allowing you to store templates in separate files instead of embedding them in the html.",
"scripts": {
"test": "grunt test"
},
"version": "0.1.3",
"homepage": "https://github.com/postal2600/jquery-chevron",
"author": {
"name": "Nicolae Surdu",
"url": "https://github.com/postal2600"
},
"maintainers": [],
"repository": {
"type": "git",
"url": "https://github.com/postal2600/jquery-chevron.git"
},
"bugs": "https://github.com/postal2600/jquery-chevron/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-uglify": "^0.8.1"
},
"keywords": []
}