-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.05 KB
/
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
{
"name": "resource-responsive-tabs",
"version": "1.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"start": "node server.js",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/resource-solutions/resource-responsive-tabs.git"
},
"keywords": [
"tabs",
"responsive"
],
"author": "Hemerson Vianna <hemerson.lourenco@gmail.com> (http://descco.com.br)",
"license": "MIT",
"bugs": {
"url": "https://github.com/resource-solutions/resource-responsive-tabs/issues"
},
"homepage": "https://github.com/resource-solutions/resource-responsive-tabs#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.24.0",
"jest-cli": "^15.1.1",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"webpack-validator": "^2.2.7",
"whacko": "^0.19.1"
}
}