UNPKG

1.16 kBJSONView Raw
1{
2 "name": "ice-cap",
3 "version": "0.0.4",
4 "description": "Programmable DOM-based HTML template library.",
5 "author": "h13i32maru",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/h13i32maru/ice-cap"
10 },
11 "scripts": {
12 "build": "bash ./script/build.sh",
13 "test": "bash ./script/test.sh",
14 "test-es5": "bash ./script/test-es5.sh",
15 "esdoc": "bash ./script/esdoc.sh",
16 "start": "bash ./script/server.sh"
17 },
18 "dependencies": {
19 "cheerio": "0.20.0",
20 "color-logger": "0.0.3"
21 },
22 "devDependencies": {
23 "fs-extra": "0.30.0",
24 "esdoc-importpath-plugin": "0.0.1",
25 "esdoc": "0.4.6",
26 "mocha": "2.4.5",
27 "istanbul": "0.4.3",
28 "coveralls": "2.11.9",
29 "babel-register": "6.7.2",
30 "babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
31 "babel-plugin-transform-es2015-destructuring": "6.6.5",
32 "babel-plugin-transform-es2015-parameters": "6.7.0",
33 "babel-plugin-transform-es2015-spread": "6.6.5",
34 "babel-cli": "6.6.5"
35 },
36 "keywords": [
37 "html",
38 "template"
39 ],
40 "files": [
41 "out/src",
42 "README.md"
43 ],
44 "main": "out/src/IceCap.js"
45}