consolidating scripts
[dygraphs.git] / package.json
CommitLineData
4c3816a5
DV
1{
2 "name": "dygraphs",
5efbb60b 3 "version": "1.1.0",
4c3816a5 4 "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
255dae17 5 "main": "dygraph-combined-dev.js",
4c3816a5
DV
6 "directories": {
7 "doc": "docs",
8 "test": "tests"
9 },
4c3816a5
DV
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/danvk/dygraphs.git"
13 },
14 "keywords": [
15 "dygraphs",
16 "javascript",
17 "visualization",
18 "canvas",
19 "chart",
20 "timeseries"
21 ],
22 "author": "Dan Vanderkam (danvdk@gmail.com)",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/danvk/dygraphs/issues"
26 },
27 "homepage": "https://github.com/danvk/dygraphs",
28 "devDependencies": {
2a1f00d8 29 "babel-core": "^5.8.25",
6ecc0739
DV
30 "babelify": "^6.3.0",
31 "browserify": "^11.2.0",
514a10f3 32 "browserify-header": "^0.9.2",
e8c70e4e 33 "chai": "^3.3.0",
49cb8afc 34 "coveralls": "^2.11.2",
7fea22be
DV
35 "envify": "^3.4.0",
36 "exorcist": "^0.4.0",
2a1f00d8 37 "http-server": "^0.8.5",
46fd9089 38 "jshint": "^2.5.10",
ab847f37 39 "lcov-parse": "0.0.9",
8db6393e 40 "mocha": "^2.1.0",
2a1f00d8 41 "mocha-phantomjs": "^4.0.1",
d218710c 42 "obvious-closure-library": "^20140401.0.2",
ab847f37 43 "parse-data-uri": "^0.2.0",
46fd9089 44 "phantomjs": "^1.9.7-8",
1f98bcec 45 "pre-commit": "^1.0.6",
ab847f37 46 "source-map": "^0.4.2",
7fea22be 47 "uglify-js": "^2.5.0",
6ecc0739 48 "watchify": "^3.4.0"
4c3816a5
DV
49 },
50 "scripts": {
514a10f3
DV
51 "build": "./scripts/build.sh",
52 "watch": "./scripts/watch.sh",
53 "build-tests": "./scripts/build-tests.sh",
54 "test": "./scripts/run-tests.sh",
1f98bcec
DV
55 "tests-ok": "./scripts/check-no-only.sh"
56 },
57 "pre-commit": [
58 "tests-ok"
59 ]
4c3816a5 60}