forked from KidkArolis/leap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 947 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
42
{
"name": "leap",
"version": "0.7.0",
"description": "Leap is a nestable base view for Backbone",
"main": "view.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"chai": "^1.9.1",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.3",
"karma-sinon-chai": "^0.1.6",
"karma-webpack": "^1.2.1",
"mocha": "^1.20.0",
"webpack": "^1.2.0-beta6",
"webpack-dev-server": "^1.3.1"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/KidkArolis/leap.git"
},
"keywords": [
"backbone",
"ui",
"view",
"browser",
"subviews"
],
"author": "Karolis Narkevicius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KidkArolis/leap/issues"
},
"homepage": "https://github.com/KidkArolis/leap"
}