-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 843 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 843 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
31
32
33
34
35
36
{
"name": "mt-chart-api",
"description": "Movable Type Chart API SDK",
"version": "1.0.2",
"homepage": "https://github.com/movabletype/mt-chart-api-sdk-js",
"author": "Six Apart, Ltd.",
"repository": {
"type": "git",
"url": "https://github.com/movabletype/mt-chart-api-sdk-js"
},
"bugs": {
"url": ""
},
"licenses": [
{
"type": "",
"url": ""
}
],
"main": "lib/chart-api",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~1.6.1",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~5.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-uglify": "~2.3.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-preprocess": "~5.1.0",
"matchdep": "~0.1.2"
}
}