51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "container-query-toolkit",
|
|
"version": "0.1.3",
|
|
"description": "Basic utilities to work with container query.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/d6u/container-query-toolkit.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Daiwei Lu <daiweilu123@gmail.com> (http://daiwei.lu/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/d6u/container-query-toolkit/issues"
|
|
},
|
|
"homepage": "https://github.com/d6u/container-query-toolkit#readme",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/lodash": "4.14.54",
|
|
"babel-core": "6.17.0",
|
|
"babel-loader": "6.2.5",
|
|
"babel-plugin-__coverage__": "11.0.0",
|
|
"babel-preset-es2015": "6.16.0",
|
|
"babel-preset-es2015-loose": "8.0.0",
|
|
"jasmine-core": "2.5.2",
|
|
"karma": "1.3.0",
|
|
"karma-babel-preprocessor": "6.0.1",
|
|
"karma-chrome-launcher": "2.0.0",
|
|
"karma-coverage": "1.1.1",
|
|
"karma-jasmine": "1.0.2",
|
|
"karma-sauce-launcher": "1.0.0",
|
|
"karma-sourcemap-loader": "0.3.7",
|
|
"karma-spec-reporter": "0.0.26",
|
|
"karma-webpack": "1.8.0",
|
|
"lodash": "4.17.5",
|
|
"typescript": "2.2.1",
|
|
"webpack": "1.13.2"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf lib coverage",
|
|
"build": "tsc",
|
|
"pretest": "npm run clean && npm run build",
|
|
"test": "karma start",
|
|
"preversion": "npm run clean && npm run build"
|
|
}
|
|
}
|