-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.18 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
82
83
84
85
86
{
"name": "sprintly-ui",
"title": "Sprintly UI",
"description": "A React-based UI kit for building Sprintly interfaces",
"version": "2.0.1",
"main": "./src/index.js",
"homepage": "https://github.com/sprintly/sprintly-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/sprintly/sprintly-ui.git"
},
"bugs": {
"url": "https://github.com/sprintly/sprintly-ui/issues"
},
"dependencies": {
"browserify-istanbul": "^0.2.1",
"fuzzy": "^0.1.0",
"lodash": "^3.10.1",
"object-path": "^0.9.0",
"@sprintly/react-onclickoutside": "^1.0.0"
},
"peerDependencies": {
"moment": "^2.10.6",
"react": "^0.13.3"
},
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^11.1.0",
"chai": "^3.2.0",
"connect": "^3.4.0",
"coveralls": "^2.11.2",
"es5-shim": "^4.0.5",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-csso": "^1.0.0",
"gulp-less": "^3.0.1",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"istanbul": "^0.3.20",
"mocha": "^2.0.1",
"moment": "^2.10.6",
"open": "^0.0.5",
"phantomjs": "1.9.7-15",
"react": "^0.13.3",
"serve-static": "^1.10.0",
"sinon": "^1.12.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.4.0"
},
"browserify": {
"transform": [
"babelify"
]
},
"scripts": {
"dev": "gulp build && gulp less && gulp dev-server",
"dev-test": "gulp test && gulp test-server",
"test": "gulp test",
"coverage": "gulp test-coverage && istanbul report --root coverage lcov && mv coverage/ test/",
"coveralls": "cat test/coverage/lcov.info | coveralls",
"prepublish": "gulp jsmin && gulp cssmin",
"clean": "rm test/build.js && rm -rf test/coverage/"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"keywords": [
"sprintly",
"react",
"ui kit",
"ui-kit",
"ui library",
"components",
"ui components",
"component library",
"quickleft",
"quick left"
],
"author": "Quick Left Team (http://quickleft.com/)",
"license": "BSD-2-Clause"
}