forked from Urigo/angular2-meteor-accounts-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 808 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
{
"name": "angular2-meteor-accounts-ui",
"version": "0.3.5",
"repository": "https://github.com/Urigo/angular2-meteor-accounts-ui/",
"description": "Angular 2.0 and Meteor - the perfect stack http://www.angular-meteor.com/",
"author": "Angular2-Meteor (https://github.com/Urigo/angular2-meteor)",
"license": "MIT",
"scripts": {
"install": "node install.js"
},
"main": "index.js",
"peerDependencies": {
"angular2": ">=2.0.0-beta.9"
},
"devDependencies": {
"css-loader": "^0.23.1",
"html-loader": "^0.4.0",
"merge2": "^1.0.0",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.0",
"tsd": "^0.6.5",
"typescript": "^1.7.5",
"webpack": "^1.12.12"
},
"dependencies": {
"fs.extra": "^1.3.2",
"less": "^2.6.1",
"less-loader": "^2.2.2"
}
}