-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 876 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
35
36
37
38
39
40
41
{
"name": "murk",
"version": "0.7.0",
"description": "data binding in new browsers",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dhigginbotham/murk.git"
},
"keywords": [
"data",
"binding",
"modern",
"browsers"
],
"author": "dhigginbotham",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhigginbotham/murk/issues"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-rename": "^1.2.2",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.1",
"gulp-gh-pages": "^0.5.4",
"gulp-gzip": "^1.4.0",
"gulp-template": "^3.1.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "~3.0.6",
"js-string-escape": "^1.0.1"
},
"dependencies": {
}
}