-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1013 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
36
37
38
{
"name": "angularjs-typescript_bootstrap",
"version": "0.0.6",
"description": "AngularJS Typescript Bootstrap",
"author": "Lukasz Wojciak <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/wojciak/angularjs-typescript_bootstrap.git"
},
"bugs": {
"url": "https://github.com/wojciak/angularjs-typescript_bootstrap/issues"
},
"keywords": [
"angularjs",
"typescript"
],
"scripts": {
"pretest": "grunt tsd",
"version": "grunt && git add .",
"postversion": "git push && git push --tags"
},
"dependencies": {},
"devDependencies": {
"angular": "^1.5.0-beta.0",
"angular-ui-router": "^0.2.15",
"browserify": "^12.0.1",
"browserify-ng-html2js": "^1.1.5",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-ts": "^5.1.0",
"grunt-tsd": "^0.1.0",
"tsd": "^0.6.5",
"typescript": "^1.6.2"
},
"license": "MIT"
}