##// END OF EJS Templates
migrating tests to the new project structure
migrating tests to the new project structure

File last commit:

r89:441fae622bca ts-plugin
r89:441fae622bca ts-plugin
Show More
package.json
35 lines | 797 B | application/json | JsonLexer
{
"name": "@implab/core",
"version": "0.0.1-dev",
"description": "Dependency injection, logging, simple and fast text template engine",
"main": "main.js",
"keywords": [
"di",
"ioc",
"logging",
"template engine",
"dependency injection"
],
"author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://bitbucket.org/implab/implabjs",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"dojo": "^1.10.0",
"tslib": "latest"
},
"devDependencies": {
"@types/node": "^8.0.0",
"@types/requirejs": "latest",
"@types/tape": "latest",
"dojo": "^1.10.0",
"faucet": "latest",
"requirejs": "latest",
"tape": "^4.9.2",
"tslib": "latest",
"typescript": "latest"
},
"types": "main.d.ts"
}