-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
40 lines (40 loc) · 846 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
{
"name": "jbone",
"title": "jBone",
"version": "1.2.1",
"description": "Library for DOM manipulation",
"main": "dist/jbone.js",
"homepage": "http://jbone.js.org",
"directories": {
"test": "test"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-cli": "1.0.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha": "0.4.10",
"which": "1.0.5"
},
"keywords": [
"jquery",
"jbone",
"backbone",
"javascript",
"DOM",
"events",
"library"
],
"scripts": {
"pretest": "node build/bower-install",
"test": "grunt"
},
"author": "Alexey Kupriyanenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kupriyanenko/jbone"
}
}