forked from prismicio/javascript-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 766 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 766 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
{
"name": "prismic.io",
"description": "JavaScript development kit for prismic.io",
"url": "https://github.com/prismicio/javascript-kit",
"keywords": [
"prismic",
"prismic.io",
"cms",
"content",
"api"
],
"version": "1.0.17",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-qunit": "0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-connect": "0.8.0",
"grunt-bump": "~0.0.13",
"grunt-jsdoc": "~0.5.4"
},
"repository": {
"type": "git",
"url": "http://github.com/prismicio/javascript-kit.git"
},
"main": "dist/prismic.io",
"scripts:": {
"test": "grunt test"
}
}