forked from BlueSpire/Durandal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 950 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
{
"name": "durandal",
"version": "2.2.0",
"description": "Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. We've used it to build apps for PC, Mac, Linux, iOS and Android...and now it's your turn...",
"main": "src/durandal/js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueSpire/Durandal.git"
},
"keywords": [
"durandal",
"jquery",
"knockout",
"requirejs",
"spa"
],
"author": "Blue Spire",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueSpire/Durandal/issues"
},
"homepage": "https://github.com/BlueSpire/Durandal#readme",
"dependencies": {
"jquery": "^3.5.1",
"knockout": "^3.5.1",
"requirejs": "^2.1.11",
"requirejs-text": "^2.0.12"
}
}