forked from AZaviruha/pager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "react-pager",
"version": "1.1.1",
"description": "Stateless Pager component.",
"main": "dist/pager.js",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"build": "./node_modules/.bin/gulp build"
},
"bugs": "https://github.com/AZaviruha/pager/issues",
"keywords": [
"react",
"react-component",
"pager",
"paginator",
"bootstrap"
],
"author": "Alexei Zaviruha <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:AZaviruha/pager.git"
},
"license": "MIT",
"dependencies": {
"react": "^0.13.0"
},
"devDependencies": {
"es5-shim": "^4.0.3",
"express": "^4.12.2",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.1",
"gulp-insert": "^0.4.0",
"gulp-react": "^2.0.0",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.2.10",
"gulp-uglify": "^1.0.1",
"jquery": "^2.1.3",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.12",
"yargs": "^3.5.4"
}
}