forked from kupriyanenko/jbone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 818 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
{
"name": "jbone",
"title": "jBone",
"version": "1.0.9",
"description": "Library for DOM manipulation",
"main": "dist/jbone.js",
"homepage": "https://github.com/kupriyanenko/jbone",
"directories": {
"test": "test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-mocha": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-concat": "~0.3.0",
"which": "~1.0.5"
},
"keywords": [
"jquery",
"jbone",
"backbone",
"javascript",
"library"
],
"scripts": {
"pretest": "node build/bower-install",
"test": "grunt"
},
"author": "Alexey Kupriyanenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kupriyanenko/jbone"
}
}