forked from droplet-editor/droplet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
35
36
37
38
39
40
{
"name": "droplet",
"version": "0.3.0",
"devDependencies": {
"grunt-cli": "latest",
"grunt": "latest",
"grunt-banner": "latest",
"grunt-bowercopy": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-qunit": "latest",
"grunt-contrib-requirejs": "latest",
"grunt-docco": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-concat": "latest",
"grunt-mocha-spawn": "latest",
"requirejs": "2.1.11"
},
"description": "A transparent block editor",
"main": "dist/ice.min.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "grunt all"
},
"repository": {
"type": "git",
"url": "https://github.com/dabbler0/droplet.git"
},
"author": "Anthony Bau",
"license": "MIT License",
"bugs": {
"url": "https://github.com/dabbler0/droplet/issues"
},
"homepage": "https://github.com/dabbler0/droplet"
}