-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.1 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "metronical.metron",
"version": "3.3.1",
"description": "A lightweight library and front-end framework utilizing data attributes",
"main": "./dist/gen/index.js",
"homepage": "https://github.com/metronical/metron#v3",
"dependencies": {
"awesomplete": "^1.1.1",
"es6-promise": "^4.2.4",
"milligram": "^1.3.0"
},
"devDependencies": {
"@types/awesomplete": "^1.1.4",
"@types/mocha": "^5.2.5",
"browserify": "^16.2.3",
"exorcist": "^1.0.1",
"madge": "^4.0.1",
"mocha": "^5.2.0",
"tsify": "^4.0.1",
"typescript": "^2.8.1"
},
"scripts": {
"build": "tsc",
"test-circular": "madge --circular ./dist/gen/metron.js"
},
"repository": {
"type": "git",
"url": "https://github.com/UVASOMIT/metron.git#v3"
},
"bugs": {
"url": "https://github.com/UVASOMIT/metron/issues"
},
"keywords": [
"typescript",
"ajax",
"spa"
],
"contributors": [
"Michael Szul <michael@szul.us>",
"Bill Ahern <william.ahern@gmail.com>",
"Tom Lynch <TomJLynch@gmail.com>",
"Ashish Pathak <ashish@ashish.codes>"
],
"license": "MIT"
}