-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 961 Bytes
/
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
{
"name": "mt-data-api-sdk",
"version": "0.2.0",
"description": "Movable Type DataAPI SDK for JavaScript",
"homepage": "https://github.com/movabletype/mt-data-api-sdk-js",
"repository": {
"type": "git",
"url": "git://github.com/movabletype/mt-data-api-sdk-js.git"
},
"author": "Six Apart Ltd.",
"main": "./node-lib/bootstrap",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"matchdep": "~0.1.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-preprocess": "~2.3.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-connect-proxy": "0.1.5",
"grunt-jasmine-node": "~0.1.0",
"grunt-template-jasmine-istanbul": "~0.2.4",
"grunt-prompt": "~0.1.1",
"grunt-open": "~0.2.1",
"grunt-plato": "~0.2.1"
},
"scripts": {
"test": "grunt ci"
}
}