-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
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
{
"name": "magpie",
"description": "MagpieJS build script",
"homepage": "https://github.com/csetea/magpieJS",
"version": "0.3.3-4",
"license": "MIT",
"author": {
"name": "Csete András",
"email":"csetea@gmail.com"
},
"main": "dist/magpie.full.include.vendors.min.js",
"repository": {
"type": "git",
"url": "https://github.com/csetea/magpieJS.git"
},
"dependencies": {
"fs-extra": "1.0.0",
"ncp": "2.0.0",
"requirejs": "2.3.2",
"uglify-js": "3.17.4"
},
"scripts": {
"install": "node build.js",
"postinstall": "uglifyjs lib/requirejs/require.js -mc --comments -o lib/requirejs/require.min.js --source-map includeSources"
},
"optionalDependencies": {
"document-register-element": "1.14.10",
"domReady": "requirejs/domReady#2.0.1",
"html5-history-api": "4.2.10",
"knockout": "3.5.1",
"less": "4.1.3",
"page": "visionmedia/page.js",
"qs": "^6.5.2",
"require-css": "0.1.10",
"text": "requirejs/text#2.0.16",
"webcomponents": "webcomponents/webcomponentsjs"
}
}