forked from ufal/public-license-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "LicenseSelector",
"title": "License Selector",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/ufal/public-license-selector.git"
},
"description": "JQuery plugin with UI for picking a license for software or data",
"homepage": "http://ufal.github.io/lindat-license-selector",
"package": false,
"bower": true,
"dependencies": {},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^2.0.4",
"jquery": "^2.1.4",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"lodash": "^3.10.1",
"mversion": "^1.10.1",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"scripts": {
"clean-dist": "rm -rf dist dist.*",
"copy-static": "mkdir -p dist && cp -R *.md *.json dist/",
"prebuild": "npm run clean-dist && npm run copy-static",
"build": "webpack -p --devtool source-map",
"test": "exit 0",
"start": "webpack-dev-server --debug --hot --inline --colors --display-error-details --display-cached",
"release": "mversion minor"
},
"engines": {
"node": ">=0.8.0"
},
"authors": [
"Pawel Kamocki",
"Pavel Straňák",
"Michal Sedlák"
],
"maintainers": [
"Michal Sedlák <[email protected]>"
],
"contributors": [
"m1ch4ls (https://github.com/m1ch4ls)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ufal/public-license-selector/issues"
}
}