-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 KB
/
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
{
"name": "durandal-es6",
"version": "0.11.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. This framework replaces the dependency on RequireJS and instead uses ES modules.",
"scripts": {
"test": "jest",
"lint": "eslint ./**/*.js --config ../../.eslintrc.js"
},
"keywords": [
"durandal",
"jquery",
"knockout",
"spa"
],
"dependencies": {},
"peerDependencies": {
"jquery": "^3.6.0",
"jquery-migrate": "^3.3.2",
"knockout": "^3.5.1",
"animate.css": "^4.1.1"
},
"author": "Simon Buckley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SContent44/durandal-es6/"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"babel-jest": "^27.4.6",
"jest": "^27.4.7"
}
}