forked from artistgrowth/Durandal-Bower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 955 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
{
"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": "js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueSpire/Durandal-Bower.git"
},
"keywords": [
"durandal",
"jquery",
"knockout",
"requirejs",
"spa"
],
"author": "Blue Spire",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueSpire/Durandal-Bower/issues"
},
"homepage": "https://github.com/BlueSpire/Durandal-Bower#readme",
"dependencies": {
"jquery": "^1.9.1",
"knockout": "^3.4.0",
"requirejs": "^2.1.11",
"requirejs-text": "^2.0.12"
}
}