UNPKG

1.37 kBJSONView Raw
1{
2 "name": "carte-client",
3 "description": "something like dictionary, wiki, or information card",
4 "version": "1.0.8",
5 "main": "lib/carte.coffee",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/tily/carte.git"
12 },
13 "author": "tily",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/tily/carte/issues"
17 },
18 "homepage": "https://github.com/tily/carte",
19 "dependencies": {
20 "animate.css": "^3.2.5",
21 "backbone": "^1.1.2",
22 "bootstrap": "^3.3.4",
23 "browserify": "^9.0.8",
24 "browserify-css": "^0.6.1",
25 "classnames": "^2.1.1",
26 "coffee-reactify": "^3.0.0",
27 "coffee-script": "^1.9.2",
28 "coffeeify": "^1.0.0",
29 "extend": "^2.0.1",
30 "font-awesome": "^4.3.0",
31 "fs-extra": "^0.18.2",
32 "gulp": "^3.8.11",
33 "gulp-gzip": "^1.1.0",
34 "gulp-if": "^1.2.5",
35 "gulp-jade": "^1.0.0",
36 "gulp-manifest": "0.0.6",
37 "gulp-rename": "^1.2.2",
38 "gulp-streamify": "0.0.5",
39 "gulp-uglify": "^1.2.0",
40 "gulp-util": "^3.0.4",
41 "jquery": "^2.1.3",
42 "lodash": "^3.8.0",
43 "markdown-it": "^4.2.0",
44 "react": "^0.13.2",
45 "react-bootstrap": "^0.21.0",
46 "react-tagsinput": "^1.3.2",
47 "run-sequence": "^1.1.0",
48 "string": "^3.1.1",
49 "vinyl-source-stream": "^1.1.0",
50 "watchify": "^3.1.2"
51 }
52}