-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 809 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 809 Bytes
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
{
"name": "bootstrap-formform",
"version": "1.0.0",
"description": "Client-side form rendering for Bootstrap 3.",
"main": "./dist/bootstrap-formform.js",
"typings": "./dist/bootstrap-formform.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cbergmiller/bootstrap-formform.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cbergmiller/bootstrap-formform/issues"
},
"homepage": "https://github.com/cbergmiller/bootstrap-formform#readme",
"dependencies": {
"@types/jquery": "^1.10.27",
"@types/underscore": "^1.7.27",
"jquery.1": "^1.0.0",
"underscore": "^1.8.3"
}
}