forked from franciscop/umbrella
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 991 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": "umbrella",
"version": "1.1.2",
"homepage": "http://umbrellajs.com/",
"authors": [
"Francisco Presencia <[email protected]>"
],
"description": "Lightweight and intuitive javascript library",
"main": "umbrella.min.js",
"keywords": [
"umbrella",
"js",
"selector",
"ajax",
"small",
"tiny",
"jquery",
"alternative"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/umbrellajs/umbrella/issues"
},
"scripts": {
"test": "node_modules/mocha-phantomjs/bin/mocha-phantomjs ./tests.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umbrellajs/umbrella.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-markdown": "^0.7.0",
"grunt-mocha-phantomjs": "^2.0.1",
"mocha-phantomjs": "^4.0.2"
}
}