-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 984 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": "lancer-js",
"version": "0.3.0",
"description": "A jQuery based tool to make your life easier!",
"main": "dist/jquery.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"cover": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha --R spec test/*"
},
"dependencies": {
"jquery": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercaceres/lancer.git"
},
"keywords": [
"jQuery",
"Event bus",
"Components",
"Conciliator",
"Reactive"
],
"author": "Javier Cáceres M <[email protected]> (https://github.com/javiercaceres)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/javiercaceres/lancer/issues"
},
"homepage": "https://github.com/javiercaceres/lancer#readme",
"devDependencies": {
"chai": "^4.0.0",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"jsdom": "9.12.0",
"mocha": "^3.4.2"
}
}