-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
31 lines (31 loc) · 875 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
{
"name": "bootstrap-without-jquery",
"version": "0.6.1",
"description": "Lightweight script to replace jQuery for simple interactions when using Twitter Bootstrap.",
"main": "bootstrap3/bootstrap-without-jquery.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tagawa/bootstrap-without-jquery.git"
},
"keywords": [
"bootstrap",
"jquery"
],
"author": "Daniel Davis",
"license": "MIT",
"bugs": {
"url": "https://github.com/tagawa/bootstrap-without-jquery/issues"
},
"homepage": "https://github.com/tagawa/bootstrap-without-jquery",
"dependencies": {},
"devDependencies": {
"bower": "1.x",
"grunt": "^0.4.0",
"grunt-contrib-jshint": "^0.6.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-uglify": "^0.1.1"
}
}