-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 922 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
33
34
35
36
37
38
39
40
41
{
"name": "uav",
"version": "2.0.17",
"description": "Simple is good",
"main": "dist/uav.js",
"scripts": {
"watch": "rollup src/index.js -o dist/uav.js -w -f iife",
"build": ". build.sh",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/procore/sdt-uav.git"
},
"keywords": [
"data",
"binding",
"template",
"view",
"spa",
"framework",
"uav"
],
"author": "unearth",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/procore/sdt-uav/issues"
},
"homepage": "https://github.com/procore/sdt-uav#readme",
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.21.4",
"jasmine-core": "^4.0.1",
"karma": "6.4.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^5.1.0",
"rollup": "^3.5.1",
"uglify-js": "^3.1.0"
}
}