-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1011 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1011 Bytes
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
43
44
{
"name": "lib-ui-view",
"version": "1.2.3",
"description": "Backbone based view for SmartTV",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/VanCyric/lib-ui-view.git"
},
"keywords": [
"smarttv",
"view",
"backbone",
"lib"
],
"author": "Roman Popov",
"license": "MIT",
"dependencies": {
"backbone": "^1.2.3",
"jquery": "^2.2.0",
"lodash": "^4.0.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-browserify": "^5.0.1",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^0.2.3",
"phantomjs": "^2.1.2",
"watchify": "^3.7.0"
},
"bugs": {
"url": "https://github.com/VanCyric/lib-ui-view/issues"
},
"homepage": "https://github.com/VanCyric/lib-ui-view#readme",
"directories": {
"test": "test"
}
}