-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 973 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
{
"name": "thymeleaf-fragment.js",
"version": "0.2.0",
"description": "Process Thymeleaf fragments in the browser.",
"main": "thymeleaf-fragment.js",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "./node_modules/protractor/bin/webdriver-manager update",
"test": "./node_modules/live-server/live-server.js --no-browser & server_pid=$!; ./node_modules/protractor/bin/protractor conf.js; protractor_exit=$?; kill $server_pid; exit $protractor_exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlackPepperSoftware/thymeleaf-fragment.js.git"
},
"author": "Mark Hobson <mark.hobson@blackpepper.co.uk>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BlackPepperSoftware/thymeleaf-fragment.js/issues"
},
"homepage": "https://github.com/BlackPepperSoftware/thymeleaf-fragment.js#readme",
"devDependencies": {
"live-server": "^1.1.0",
"protractor": "^4.0.13"
}
}