forked from filamentgroup/shoestring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 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": "shoestring",
"title": "Shoestring",
"version": "2.0.1",
"description": "A simple framework for organizing, creating, and using DOM-based utilities.",
"main": "dist/shoestring-dev.js",
"repository": {
"type": "git",
"url": "git://github.com/filamentgroup/shoestring.git"
},
"bugs": {
"url": "https://github.com/filamentgroup/shoestring/issues"
},
"author": {
"name": "Filament Group",
"email": "thegroup@filamentgroup.com",
"url": "filamentgroup.com"
},
"scripts": {
"test": "grunt"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"doxx": "filamentgroup/doxx",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-requirejs": "~1.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-watch": "^1.0.0"
},
"keywords": []
}