Skip to content

Commit

Permalink
Updating metadata for 4.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Jul 14, 2017
1 parent 81ee1b5 commit 9d04ed0
Showing 1 changed file with 129 additions and 129 deletions.
258 changes: 129 additions & 129 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,130 +1,130 @@
{
"name": "intern",
"version": "4.0.0-pre",
"description": "Intern. A next-generation code testing stack for JavaScript.",
"homepage": "http://theintern.io/",
"license": "BSD-3-Clause",
"bugs": "https://github.com/theintern/intern/issues",
"files": [
"index.*",
"*.js",
"*.js.map",
"bin/*.js",
"favicon.*",
"browser/*.html",
"browser/config.js",
"browser/intern.js",
"browser/remote.js",
"lib",
"loaders",
"tasks",
"tests",
"types"
],
"keywords": [
"javascript",
"test",
"unit",
"testing",
"ci",
"continuous integration",
"bdd",
"tdd",
"xunit",
"istanbul",
"chai",
"dojo",
"toolkit",
"selenium",
"sauce labs",
"code coverage"
],
"repository": {
"type": "git",
"url": "https://github.com/theintern/intern.git"
},
"bin": {
"intern": "./bin/intern.js"
},
"scripts": {
"build": "intern-dev-clean && intern-dev-build",
"clean": "intern-dev-clean",
"lint": "intern-dev-lint",
"release": "intern-dev-release",
"test": "NODE_PATH=_build node _tests/src/bin/intern.js",
"preci": "intern-dev-build",
"ci": "npm test config=@ci",
"watch": "intern-dev-build watch"
},
"dependencies": {
"@dojo/core": "~2.0.0-beta2.2",
"@dojo/has": "~2.0.0-beta2.2",
"@dojo/interfaces": "~2.0.0-beta2.2",
"@dojo/shim": "~2.0.0-beta2.2",
"@theintern/dev": "~0.4.3",
"@theintern/digdug": "~2.0.0-beta.7",
"@theintern/leadfoot": "~2.0.0-beta.10",
"@types/benchmark": "~1.0.30",
"@types/chai": "~4.0.1",
"@types/charm": "~1.0.0",
"@types/diff": "~3.2.0",
"@types/lodash": "~4.14.65",
"@types/mime-types": "~2.1.0",
"@types/platform": "~1.3.0",
"@types/source-map": "~0.1.29",
"@types/ws": "~0.0.38",
"benchmark": "~2.1.4",
"chai": "~4.0.2",
"charm": "~1.0.2",
"diff": "~3.2.0",
"glob": "~7.1.1",
"istanbul-lib-coverage": "~1.1.1",
"istanbul-lib-hook": "~1.0.7",
"istanbul-lib-instrument": "~1.7.3",
"istanbul-lib-report": "~1.1.1",
"istanbul-lib-source-maps": "~1.2.1",
"istanbul-reports": "~1.1.1",
"lodash": "~4.17.4",
"mime-types": "~2.1.15",
"platform": "~1.3.4",
"shell-quote": "~1.6.1",
"source-map": "~0.5.6",
"ws": "~2.3.1"
},
"devDependencies": {
"@dojo/loader": "~2.0.0-beta2.2",
"@types/chalk": "~0.4.31",
"@types/glob": "~5.0.30",
"@types/grunt": "~0.4.21",
"@types/node": "~8.0.8",
"@types/shelljs": "~0.7.2",
"@types/sinon": "~2.3.2",
"@types/systemjs": "~0.20.2",
"@types/webpack": "~3.0.1",
"ajv": "~5.2.0",
"css-loader": "~0.28.4",
"sinon": "~2.3.6",
"style-loader": "~0.18.2",
"stylus": "~0.54.5",
"stylus-loader": "~3.0.1",
"ts-node": "~3.2.0",
"umd-compat-loader": "~2.1.0",
"webpack": "~3.0.0"
},
"internDev": {
"resources": {
"_build": [
"src/**/*.{styl,d.ts,html,js,png}",
"src/**/!(tsconfig).json"
],
"_build/src": [
"types/**",
"bin/**"
],
"_tests": [
"tests/**/*.{xml,d.ts,js}",
"src/**/*.{styl,d.ts,html,js,png}"
]
}
}
}
"name": "intern",
"version": "4.0.0-alpha.9",
"description": "Intern. A next-generation code testing stack for JavaScript.",
"homepage": "http://theintern.io/",
"license": "BSD-3-Clause",
"bugs": "https://github.com/theintern/intern/issues",
"files": [
"index.*",
"*.js",
"*.js.map",
"bin/*.js",
"favicon.*",
"browser/*.html",
"browser/config.js",
"browser/intern.js",
"browser/remote.js",
"lib",
"loaders",
"tasks",
"tests",
"types"
],
"keywords": [
"javascript",
"test",
"unit",
"testing",
"ci",
"continuous integration",
"bdd",
"tdd",
"xunit",
"istanbul",
"chai",
"dojo",
"toolkit",
"selenium",
"sauce labs",
"code coverage"
],
"repository": {
"type": "git",
"url": "https://github.com/theintern/intern.git"
},
"bin": {
"intern": "./bin/intern.js"
},
"scripts": {
"build": "intern-dev-clean && intern-dev-build",
"clean": "intern-dev-clean",
"lint": "intern-dev-lint",
"release": "intern-dev-release",
"test": "NODE_PATH=_build node _tests/src/bin/intern.js",
"preci": "intern-dev-build",
"ci": "npm test config=@ci",
"watch": "intern-dev-build watch"
},
"dependencies": {
"@dojo/core": "~2.0.0-beta2.2",
"@dojo/has": "~2.0.0-beta2.2",
"@dojo/interfaces": "~2.0.0-beta2.2",
"@dojo/shim": "~2.0.0-beta2.2",
"@theintern/dev": "~0.4.3",
"@theintern/digdug": "~2.0.0-beta.7",
"@theintern/leadfoot": "~2.0.0-beta.10",
"@types/benchmark": "~1.0.30",
"@types/chai": "~4.0.1",
"@types/charm": "~1.0.0",
"@types/diff": "~3.2.0",
"@types/lodash": "~4.14.65",
"@types/mime-types": "~2.1.0",
"@types/platform": "~1.3.0",
"@types/source-map": "~0.1.29",
"@types/ws": "~0.0.38",
"benchmark": "~2.1.4",
"chai": "~4.0.2",
"charm": "~1.0.2",
"diff": "~3.2.0",
"glob": "~7.1.1",
"istanbul-lib-coverage": "~1.1.1",
"istanbul-lib-hook": "~1.0.7",
"istanbul-lib-instrument": "~1.7.3",
"istanbul-lib-report": "~1.1.1",
"istanbul-lib-source-maps": "~1.2.1",
"istanbul-reports": "~1.1.1",
"lodash": "~4.17.4",
"mime-types": "~2.1.15",
"platform": "~1.3.4",
"shell-quote": "~1.6.1",
"source-map": "~0.5.6",
"ws": "~2.3.1"
},
"devDependencies": {
"@dojo/loader": "~2.0.0-beta2.2",
"@types/chalk": "~0.4.31",
"@types/glob": "~5.0.30",
"@types/grunt": "~0.4.21",
"@types/node": "~8.0.8",
"@types/shelljs": "~0.7.2",
"@types/sinon": "~2.3.2",
"@types/systemjs": "~0.20.2",
"@types/webpack": "~3.0.1",
"ajv": "~5.2.0",
"css-loader": "~0.28.4",
"sinon": "~2.3.6",
"style-loader": "~0.18.2",
"stylus": "~0.54.5",
"stylus-loader": "~3.0.1",
"ts-node": "~3.2.0",
"umd-compat-loader": "~2.1.0",
"webpack": "~3.0.0"
},
"internDev": {
"resources": {
"_build": [
"src/**/*.{styl,d.ts,html,js,png}",
"src/**/!(tsconfig).json"
],
"_build/src": [
"types/**",
"bin/**"
],
"_tests": [
"tests/**/*.{xml,d.ts,js}",
"src/**/*.{styl,d.ts,html,js,png}"
]
}
}
}

0 comments on commit 9d04ed0

Please sign in to comment.