-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (80 loc) · 2.15 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "tabs",
"version": "1.2.0",
"description": "tabs and accordion",
"keywords": [ "tabs", "panodra" ],
"homepage": "https://github.com/pandorajs/tabs",
"bugs": {
"url": "https://github.com/pandorajs/tabs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pandorajs/tabs/blob/master/LICENSE-MIT"
}
],
"author": {
"name": "pandorajs",
"url": "https://github.com/pandorajs"
},
"main": "src/tabs.js",
"repository": {
"type": "git",
"url": "git://github.com/pandorajs/tabs.git"
},
"engines": {
"node": ">= 5.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.1",
"eventsource-polyfill": "^0.9.6",
"expect.js": "^0.3.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"function-bind": "^1.1.0",
"handlebars": "^1.3.0",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.24.1",
"http-proxy-middleware": "^0.17.3",
"isparta-loader": "^2.0.0",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.3",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"karma-sinon-chai": "^1.2.4",
"karma-sinon-expect": "^0.1.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.3",
"requirejs": "^2.3.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"sinon-expect": "^0.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.13.2",
"webpack-merge": "^1.1.2"
},
"scripts": {
"dev": "node build/dev-server",
"build": "node build/build",
"test": "karma start test/karma.conf.js",
"publish": "npm publish --registry http://registry.npmjs.org"
},
"dependencies": {
"jquery": "^1.11.1",
"pandora-widget": "^1.2.2"
}
}