-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "elo7-tag-amd",
"version": "1.2.1",
"description": "Transform an input into a tag field",
"main": "tag.js",
"scripts": {
"test": "bash test.sh",
"test:server": "node test/acceptance/test_server.js",
"build:js": "terser src/tag.js -o dist/tag.min.js --compress drop_console=true --mangle",
"build:css": "cleancss src/tag.css -o dist/tag.min.css",
"build": "npm run build:js && npm run build:css"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/elo7/tag-amd.git"
},
"keywords": [
"js",
"tags",
"form",
"input"
],
"author": "Elo7",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/elo7/tag-amd/issues"
},
"homepage": "https://github.com/elo7/tag-amd#readme",
"dependencies": {
"define-async": "1.3.2",
"elo7-doc-amd": "1.6.0"
},
"devDependencies": {
"clean-css-cli": "4.3.0",
"express": "4.17.1",
"mocha": "7.1.1",
"mocha-chrome": "2.2.0",
"proclaim": "3.6.0",
"terser": "4.6.7"
}
}