-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "starter_ci_angularjs",
"version": "1.0.0",
"description": "starter codeigniter angularjs",
"main": "gulpfile.js",
"dependencies": {
"angular-google-maps": "^2.4.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-fixmyjs": "^1.0.2",
"gulp-jshint": "^2.0.4",
"gulp-minify": "0.0.15",
"gulp-uglify": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arafay696/starter-codeigniter-angularjs.git"
},
"keywords": [
"wifi",
"portal"
],
"author": "Plutus Commerce",
"license": "ISC",
"homepage": "https://github.com/arafay696/starter-codeigniter-angularjs"
}