-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 963 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
{
"name": "mmir-lib-dev",
"version": "1.0.1",
"description": "dev tools for mmir-lib",
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "https://github.com/mmig/mmir-lib-dev/"
},
"keywords": [
"mmir",
"cordova"
],
"author": "MMIG team",
"license": "MIT",
"devDependencies": {},
"peerDependencies": {
"mmir-lib": "git+https://github.com/mmig/mmir-lib.git"
},
"scripts": {
"build": "npm run compile-parser && npm run build-polyfill && npm run build-md5 && npm run build-scion && npm run build-modules",
"compile-parser": "cd template-parser && npm run build",
"build-polyfill": "cd conv-libs && cd build-es6-map-set && npm run build",
"build-md5": "cd conv-libs && cd crypto-js-md5 && npm run build",
"build-scion": "cd conv-libs && cd scion && npm run build",
"build-modules": "cd conv-libs && cd module-shims && npm run build"
}
}