-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 946 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
{
"name": "simpletabs",
"version": "1.1.2",
"description": "The most simple way to create tabs on jquery to your web page",
"main": "source/js/simple_tab.js",
"scripts": {
"postinstall": "npm run default",
"dev": "node_modules/grunt-cli/bin/grunt dev",
"default": "node_modules/grunt-cli/bin/grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bladeaweb/SimpleTabs.git"
},
"keywords": [
"tabs",
"simple tabs",
"jquery tabs"
],
"author": "Alexander Sharkov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bladeaweb/SimpleTabs/issues"
},
"homepage": "https://github.com/bladeaweb/SimpleTabs#readme",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0"
}
}