This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
70 lines (70 loc) · 1.86 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
{
"name": "plumage",
"version": "0.0.0",
"description": "Show off your data with Plumage JS. Build data intensive web apps.",
"main": "assets/scripts/plumage.js",
"directories": {},
"dependencies": {
"backbone": "1.1.2",
"bootstrap-sass": "^3.3.5",
"cookies-js": "^1.2.1",
"dropzone": "^4.0.1",
"handlebars": "^3.0.3",
"jquery": "^1.11.3",
"jquery.cookie": "^1.4.1",
"jquery.scrollto": "^1.4.14",
"moment": "^2.8.4",
"spin.js": "^1.3.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"connect-livereload": "~0.2.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.2.1",
"gulp-csscomb": "^3.0.6",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.3",
"gulp-shell": "^0.4.2",
"gulp-size": "^1.2.3",
"gulp-util": "^3.0.6",
"html-loader": "^0.3.0",
"istanbul-instrumenter-loader": "^0.1.3",
"jsdoc": "^3.3.2",
"json-loader": "^0.5.2",
"karma": "0.13.1",
"karma-chrome-launcher": "0.1.12",
"karma-coverage": "0.4.2",
"karma-firefox-launcher": "0.1.6",
"karma-phantomjs-launcher": "0.2.0",
"karma-qunit": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-sourcemap-loader": "0.3.5",
"karma-verbose-reporter": "0.0.2",
"karma-webpack": "1.5.1",
"minimist": "^1.1.1",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.17",
"qunit": "^0.7.6",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.1",
"send": "~0.2.0",
"sinon": "^1.15.4",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://git.twitter.biz/plumagejs"
},
"author": "",
"license": "BSD"
}