-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 910 Bytes
/
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
{
"name": "ng2-emulation",
"version": "0.1.8",
"description": "Build Angular 1 components using Angular 2 style in TypeScript.",
"repository": {
"type": "git",
"url": "http://github.com/tolemac/Ng2Emulation.git"
},
"scripts": {},
"author": "Javier Ros (tolemaC)",
"license": "MIT",
"main": "dist/src/ng2-emulation",
"typings": "dist/src/ng2-emulation",
"typescript": {
"definition": "dist/release/ng2-emulation.d.ts"
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"dts-bundle": "^0.4.3",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-sequence": "^0.4.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsd": "^0.1.0",
"gulp-typescript": "^2.10.0",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1",
"merge2": "^0.3.6",
"q": "^1.4.1",
"systemjs-builder": "^0.15.3",
"tsd": "^0.6.5",
"typescript": "~1.7.5"
}
}