-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.71 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.71 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
39
40
41
42
43
44
45
46
47
48
{
"name": "tido-mei-customization",
"version": "0.1.1",
"description": "Tido MEI Customization",
"author": "Tido",
"license": "ECL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tido/mei-customization.git"
},
"scripts": {
"test": "node ./test",
"schema": "ant -lib vendor/stylesheets/lib schema",
"html-guidelines": "ant -lib vendor/stylesheets/lib html-guidelines",
"update-mei-cmn": "mkdir -p build/schema/mei/2.1.1 ; cp ./vendor/mei-archive/schema/2.1.1/mei-CMN.rng ./build/schema/mei/2.1.1/",
"refresh": "npm run schema && npm run html-guidelines && npm run update-mei-cmn && npm run test"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^6.0.0-beta.6",
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.6.5",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-register": "^6.5.1",
"chai": "^2.3.0",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.0",
"lodash": "4.13.1",
"mocha": "^2.2.5",
"odd-tests": "https://github.com/tido/odd-tests",
"preact": "^4.8.0",
"preact-render-to-string": "^2.5.0",
"tido-mei-validation": "^1.0.0",
"xmldom": "^0.1.22"
},
"bugs": {
"url": "https://github.com/tido/mei-customization/issues"
},
"homepage": "https://github.com/tido/mei-customization"
}