-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.34 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
{
"name": "RTable",
"version": "0.6.1-alpha",
"description": "React Table",
"main": "dist/rtable.min.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/dlebedynskyi/RTable.git"
},
"keywords": [
"react",
"reactjs",
"table"
],
"author": "Dima Lebedynskyi",
"license": "GNU V2.0",
"devDependencies": {
"del": "^1.1.0",
"gulp-cssmin": "~0.1.6",
"gulp-jest": "~0.2.4",
"gulp-jshint": "^1.9.0",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^0.6.6",
"gulp-pure-cjs": "^0.1.4",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglifyjs": "^0.5.0",
"gulp-watch": "^3.0.0",
"jshint-stylish": "^1.0.0",
"react-tools": "^0.12.1",
"require-dir": "~0.1.0",
"run-sequence": "^1.0.2",
"stylish": "~0.5.0",
"stylus": "~0.49.3"
},
"dependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.8",
"gulp-connect": "^2.2.0",
"gulp-load-plugins": "~0.8.0",
"jest-cli": "~0.2.1",
"pubsub-js": "^1.5.0",
"react": "^0.12.1"
},
"jest": {
"testDirectoryName": "tests",
"scriptPreprocessor": "<rootDir>/tests/support/preprocessor.js",
"unmockedModulePathPatterns": [
"react"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/tests/support"
]
}
}