This repository was archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 KB
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
45
46
47
48
49
50
{
"name": "laxar",
"version": "2.1.1",
"description": "Building large applications is hard, so don't do that!",
"homepage": "http://laxarjs.org",
"main": "laxar.js",
"browser": "dist/laxar.js",
"authors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LaxarJS/laxar.git"
},
"scripts": {
"dist": "webpack",
"eslint": "eslint laxar.js *.config.js lib",
"karma": "karma start karma.config.js",
"prepare": "npm run dist",
"test": "npm run karma && npm run eslint"
},
"dependencies": {
"navigo": "4.3.6"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.20.1",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.19.0",
"eslint-config-laxarjs": "^2.0.0",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^3.3.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "~3.0.5",
"laxar-infrastructure": "~3.0.0",
"promise-polyfill": "^6.0.2",
"script-loader": "^0.7.0",
"webpack": "^3.12.0",
"whatwg-fetch": "^1.0.0"
},
"bugs": {
"url": "https://github.com/LaxarJS/laxar/issues",
"email": "info@laxarjs.org"
}
}