forked from charted-co/charted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 722 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 722 Bytes
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
{
"name": "charted",
"version": "0.1.0",
"description": "A charting library from Medium",
"main": "index.js",
"scripts": {
"prestart": "lessc less/charted.less pub/charted.css",
"start": "node index.js",
"test": "jshint index.js && jshint pub/scripts/*.js && echo 'Lint OK'"
},
"repository": {
"type": "git",
"url": "git@github.com:mikesall/charted.git"
},
"keywords": [
"charts"
],
"author": "Mike Sall <mike@medium.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikesall/charted/issues"
},
"dependencies": {
"less": "1.7.x",
"express": "4.10.x",
"jshint": "2.5.x",
"request": "2.47.x"
},
"homepage": "http://www.charted.co/"
}