-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "meteor-typings",
"version": "1.4.1",
"description": "Type definitions for Meteor",
"scripts": {
"build": "rimraf 1.4/out 1.3/out 1.2/out && gulp build",
"test": "tsc -p 1.4/test",
"build+test": "npm run build && npm run test",
"lint": "tslint \"**/*.ts\" -e \"**/out/**\" -e \"**/test/**\" -e \"node_modules/**\""
},
"typings": "./1.4/main.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/meteor-typings/meteor.git"
},
"author": "https://github.com/meteor-typings",
"license": "MIT",
"bugs": {
"url": "https://github.com/meteor-typings/meteor/issues"
},
"homepage": "https://github.com/meteor-typings/meteor#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-ignore": "^2.0.1",
"gulp-replace": "^0.5.4",
"js-beautify": "^1.6.2",
"rimraf": "^2.5.4",
"run-sequence": "^1.1.5",
"tslint": "^3.8.1",
"tslint-config-typings": "^0.2.3",
"typescript": "^2.1.5",
"typings": "^1.3.2"
}
}