Skip to content

Commit b74f857

Browse files
committed
Updating metadata for 4.1.0
1 parent f307a8a commit b74f857

File tree

1 file changed

+165
-165
lines changed

1 file changed

+165
-165
lines changed

package.json

Lines changed: 165 additions & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -1,166 +1,166 @@
11
{
2-
"name": "intern",
3-
"version": "4.1.0-pre",
4-
"description": "Intern. A next-generation code testing stack for JavaScript.",
5-
"homepage": "http://theintern.io/",
6-
"license": "BSD-3-Clause",
7-
"bugs": "https://github.com/theintern/intern/issues",
8-
"files": [
9-
"index.*",
10-
"*.js",
11-
"*.js.map",
12-
"bin/*.js",
13-
"favicon.*",
14-
"browser/*.html",
15-
"browser/config.js",
16-
"browser/intern.js",
17-
"browser/remote.js",
18-
"lib",
19-
"loaders",
20-
"tasks",
21-
"tests",
22-
"types"
23-
],
24-
"keywords": [
25-
"javascript",
26-
"test",
27-
"unit",
28-
"testing",
29-
"ci",
30-
"continuous integration",
31-
"bdd",
32-
"tdd",
33-
"xunit",
34-
"istanbul",
35-
"chai",
36-
"dojo",
37-
"toolkit",
38-
"selenium",
39-
"sauce labs",
40-
"code coverage"
41-
],
42-
"repository": {
43-
"type": "git",
44-
"url": "https://github.com/theintern/intern.git"
45-
},
46-
"bin": {
47-
"intern": "./bin/intern.js"
48-
},
49-
"scripts": {
50-
"build": "intern-dev-clean && concurrently intern-dev-build intern-dev-api",
51-
"devpack": "intern-dev-build && cd _build/src && npm pack && cp *.tgz ../../",
52-
"clean": "intern-dev-clean",
53-
"lint": "intern-dev-lint",
54-
"release": "INTERN_BUILD=release intern-dev-release",
55-
"start": "NODE_PATH=_build node _tests/src/bin/intern.js serveOnly",
56-
"test": "NODE_PATH=_build node _tests/src/bin/intern.js",
57-
"preci": "intern-dev-build",
58-
"ci": "npm test config=@ci",
59-
"watch": "intern-dev-build watch"
60-
},
61-
"dependencies": {
62-
"@dojo/core": "~0.1.0",
63-
"@dojo/has": "~0.1.0",
64-
"@dojo/interfaces": "~0.1.0",
65-
"@dojo/shim": "~0.1.0",
66-
"@theintern/digdug": "~2.0.1",
67-
"@theintern/leadfoot": "~2.0.1",
68-
"@types/benchmark": "~1.0.30",
69-
"@types/chai": "~4.0.1",
70-
"@types/charm": "~1.0.0",
71-
"@types/diff": "~3.2.0",
72-
"@types/express": "~4.0.39",
73-
"@types/http-errors": "~1.5.34",
74-
"@types/istanbul-lib-coverage": "~1.1.0",
75-
"@types/istanbul-lib-hook": "~1.0.0",
76-
"@types/istanbul-lib-instrument": "~1.7.0",
77-
"@types/istanbul-lib-report": "~1.1.0",
78-
"@types/istanbul-lib-source-maps": "~1.2.0",
79-
"@types/istanbul-reports": "~1.1.0",
80-
"@types/lodash": "~4.14.65",
81-
"@types/mime-types": "~2.1.0",
82-
"@types/platform": "~1.3.0",
83-
"@types/resolve": "0.0.4",
84-
"@types/shell-quote": "~1.6.0",
85-
"@types/source-map": "~0.1.29",
86-
"@types/statuses": "~1.2.28",
87-
"@types/ws": "~0.0.38",
88-
"benchmark": "~2.1.4",
89-
"body-parser": "~1.17.2",
90-
"chai": "~4.1.2",
91-
"charm": "~1.0.2",
92-
"diff": "~3.2.0",
93-
"express": "~4.15.3",
94-
"glob": "~7.1.1",
95-
"http-errors": "~1.6.1",
96-
"istanbul-lib-coverage": "~1.1.1",
97-
"istanbul-lib-hook": "~1.0.7",
98-
"istanbul-lib-instrument": "~1.7.3",
99-
"istanbul-lib-report": "~1.1.1",
100-
"istanbul-lib-source-maps": "~1.2.1",
101-
"istanbul-reports": "~1.1.1",
102-
"lodash": "~4.17.4",
103-
"mime-types": "~2.1.15",
104-
"minimatch": "~3.0.4",
105-
"platform": "~1.3.4",
106-
"resolve": "~1.4.0",
107-
"shell-quote": "~1.6.1",
108-
"source-map": "~0.5.6",
109-
"statuses": "~1.3.1",
110-
"tslib": "~1.8.0",
111-
"ws": "~2.3.1"
112-
},
113-
"devDependencies": {
114-
"@dojo/loader": "~0.1.0",
115-
"@theintern/dev": "~0.6.1",
116-
"@types/body-parser": "~1.16.4",
117-
"@types/chalk": "~0.4.31",
118-
"@types/glob": "~5.0.30",
119-
"@types/grunt": "~0.4.21",
120-
"@types/jsdom": "~11.0.2",
121-
"@types/node": "~8.0.8",
122-
"@types/shelljs": "~0.7.2",
123-
"@types/sinon": "~2.3.2",
124-
"@types/systemjs": "~0.20.2",
125-
"@types/webpack": "~3.0.1",
126-
"ajv": "~5.2.0",
127-
"concurrently": "~3.5.0",
128-
"css-loader": "~0.28.4",
129-
"jsdom": "~11.2.0",
130-
"sinon": "~2.3.6",
131-
"source-map-support": "~0.4.18",
132-
"style-loader": "~0.18.2",
133-
"stylus": "~0.54.5",
134-
"stylus-loader": "~3.0.1",
135-
"ts-loader": "~2.3.7",
136-
"ts-node": "~3.2.0",
137-
"umd-compat-loader": "~2.1.0",
138-
"webpack": "~3.0.0"
139-
},
140-
"internDev": {
141-
"configs": [
142-
"tsconfig.json",
143-
"tests/tsconfig.json",
144-
"tests/examples/tsconfig.json"
145-
],
146-
"resources": {
147-
"_build": [
148-
"src/**/*.{styl,d.ts,html,js,png}",
149-
"src/**/!(tsconfig).json"
150-
],
151-
"_build/src": [
152-
"types/**",
153-
"bin/**"
154-
],
155-
"_tests": [
156-
"tests/**/*.{xml,d.ts,js}",
157-
"src/**/*.{styl,d.ts,html,js,png}"
158-
]
159-
}
160-
},
161-
"prettier": {
162-
"singleQuote": true,
163-
"tabWidth": 4,
164-
"useTabs": true
165-
}
166-
}
2+
"name": "intern",
3+
"version": "4.1.0",
4+
"description": "Intern. A next-generation code testing stack for JavaScript.",
5+
"homepage": "http://theintern.io/",
6+
"license": "BSD-3-Clause",
7+
"bugs": "https://github.com/theintern/intern/issues",
8+
"files": [
9+
"index.*",
10+
"*.js",
11+
"*.js.map",
12+
"bin/*.js",
13+
"favicon.*",
14+
"browser/*.html",
15+
"browser/config.js",
16+
"browser/intern.js",
17+
"browser/remote.js",
18+
"lib",
19+
"loaders",
20+
"tasks",
21+
"tests",
22+
"types"
23+
],
24+
"keywords": [
25+
"javascript",
26+
"test",
27+
"unit",
28+
"testing",
29+
"ci",
30+
"continuous integration",
31+
"bdd",
32+
"tdd",
33+
"xunit",
34+
"istanbul",
35+
"chai",
36+
"dojo",
37+
"toolkit",
38+
"selenium",
39+
"sauce labs",
40+
"code coverage"
41+
],
42+
"repository": {
43+
"type": "git",
44+
"url": "https://github.com/theintern/intern.git"
45+
},
46+
"bin": {
47+
"intern": "./bin/intern.js"
48+
},
49+
"scripts": {
50+
"build": "intern-dev-clean && concurrently intern-dev-build intern-dev-api",
51+
"devpack": "intern-dev-build && cd _build/src && npm pack && cp *.tgz ../../",
52+
"clean": "intern-dev-clean",
53+
"lint": "intern-dev-lint",
54+
"release": "INTERN_BUILD=release intern-dev-release",
55+
"start": "NODE_PATH=_build node _tests/src/bin/intern.js serveOnly",
56+
"test": "NODE_PATH=_build node _tests/src/bin/intern.js",
57+
"preci": "intern-dev-build",
58+
"ci": "npm test config=@ci",
59+
"watch": "intern-dev-build watch"
60+
},
61+
"dependencies": {
62+
"@dojo/core": "~0.1.0",
63+
"@dojo/has": "~0.1.0",
64+
"@dojo/interfaces": "~0.1.0",
65+
"@dojo/shim": "~0.1.0",
66+
"@theintern/digdug": "~2.0.1",
67+
"@theintern/leadfoot": "~2.0.1",
68+
"@types/benchmark": "~1.0.30",
69+
"@types/chai": "~4.0.1",
70+
"@types/charm": "~1.0.0",
71+
"@types/diff": "~3.2.0",
72+
"@types/express": "~4.0.39",
73+
"@types/http-errors": "~1.5.34",
74+
"@types/istanbul-lib-coverage": "~1.1.0",
75+
"@types/istanbul-lib-hook": "~1.0.0",
76+
"@types/istanbul-lib-instrument": "~1.7.0",
77+
"@types/istanbul-lib-report": "~1.1.0",
78+
"@types/istanbul-lib-source-maps": "~1.2.0",
79+
"@types/istanbul-reports": "~1.1.0",
80+
"@types/lodash": "~4.14.65",
81+
"@types/mime-types": "~2.1.0",
82+
"@types/platform": "~1.3.0",
83+
"@types/resolve": "0.0.4",
84+
"@types/shell-quote": "~1.6.0",
85+
"@types/source-map": "~0.1.29",
86+
"@types/statuses": "~1.2.28",
87+
"@types/ws": "~0.0.38",
88+
"benchmark": "~2.1.4",
89+
"body-parser": "~1.17.2",
90+
"chai": "~4.1.2",
91+
"charm": "~1.0.2",
92+
"diff": "~3.2.0",
93+
"express": "~4.15.3",
94+
"glob": "~7.1.1",
95+
"http-errors": "~1.6.1",
96+
"istanbul-lib-coverage": "~1.1.1",
97+
"istanbul-lib-hook": "~1.0.7",
98+
"istanbul-lib-instrument": "~1.7.3",
99+
"istanbul-lib-report": "~1.1.1",
100+
"istanbul-lib-source-maps": "~1.2.1",
101+
"istanbul-reports": "~1.1.1",
102+
"lodash": "~4.17.4",
103+
"mime-types": "~2.1.15",
104+
"minimatch": "~3.0.4",
105+
"platform": "~1.3.4",
106+
"resolve": "~1.4.0",
107+
"shell-quote": "~1.6.1",
108+
"source-map": "~0.5.6",
109+
"statuses": "~1.3.1",
110+
"tslib": "~1.8.0",
111+
"ws": "~2.3.1"
112+
},
113+
"devDependencies": {
114+
"@dojo/loader": "~0.1.0",
115+
"@theintern/dev": "~0.6.1",
116+
"@types/body-parser": "~1.16.4",
117+
"@types/chalk": "~0.4.31",
118+
"@types/glob": "~5.0.30",
119+
"@types/grunt": "~0.4.21",
120+
"@types/jsdom": "~11.0.2",
121+
"@types/node": "~8.0.8",
122+
"@types/shelljs": "~0.7.2",
123+
"@types/sinon": "~2.3.2",
124+
"@types/systemjs": "~0.20.2",
125+
"@types/webpack": "~3.0.1",
126+
"ajv": "~5.2.0",
127+
"concurrently": "~3.5.0",
128+
"css-loader": "~0.28.4",
129+
"jsdom": "~11.2.0",
130+
"sinon": "~2.3.6",
131+
"source-map-support": "~0.4.18",
132+
"style-loader": "~0.18.2",
133+
"stylus": "~0.54.5",
134+
"stylus-loader": "~3.0.1",
135+
"ts-loader": "~2.3.7",
136+
"ts-node": "~3.2.0",
137+
"umd-compat-loader": "~2.1.0",
138+
"webpack": "~3.0.0"
139+
},
140+
"internDev": {
141+
"configs": [
142+
"tsconfig.json",
143+
"tests/tsconfig.json",
144+
"tests/examples/tsconfig.json"
145+
],
146+
"resources": {
147+
"_build": [
148+
"src/**/*.{styl,d.ts,html,js,png}",
149+
"src/**/!(tsconfig).json"
150+
],
151+
"_build/src": [
152+
"types/**",
153+
"bin/**"
154+
],
155+
"_tests": [
156+
"tests/**/*.{xml,d.ts,js}",
157+
"src/**/*.{styl,d.ts,html,js,png}"
158+
]
159+
}
160+
},
161+
"prettier": {
162+
"singleQuote": true,
163+
"tabWidth": 4,
164+
"useTabs": true
165+
}
166+
}

0 commit comments

Comments
 (0)