-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 908 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
{
"name": "umbraco-ajax-form",
"version": "1.0.0",
"description": "Easily submit Umbraco Forms via AJAX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel ./umbraco-ajax-form.js --out-file ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeppe-smith/umbraco-ajax-form.git"
},
"keywords": [
"umbraco",
"umbraco",
"forms",
"ajax"
],
"author": "Jeppe Smith <[email protected]> (jeppesmith.dk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeppe-smith/umbraco-ajax-form/issues"
},
"homepage": "https://github.com/jeppe-smith/umbraco-ajax-form#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}