-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
38
39
40
41
42
{
"name": "ng-app-kit",
"version": "1.0.0",
"description": "A starting point for angular applications. Uses npm + browserify for frontend dependencies. Supports es6 and modules via babelify. Lints code using eslint.",
"keywords": [
"angualar",
"boilerplate",
"es6",
"browserify",
"babeljs",
"eslint"
],
"repository": {
"type": "git",
"url": "https://github.com/blessenm/ng-app-kit.git"
},
"author": {
"name": "Blessan Mathew",
"email": "blessenm@gmail.com",
"url": "http://blessanmathew.com"
},
"license": "MIT",
"dependencies": {
"angular": "^1.3.15",
"angular-ui-router": "^0.2.13",
"babelify": "^6.0.2",
"grunt": "^0.4.4",
"grunt-browserify": "^3.6.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^10.0.0",
"grunt-injector": "^0.5.2",
"grunt-ng-constant": "^0.5.0",
"grunt-ng-importer": "git://github.com/blessenm/grunt-ng-importer.git",
"jquery": "^3.5.0",
"load-grunt-config": "^0.9.2"
}
}