-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "gulp-angularjs-starter-project",
"version": "0.4.0",
"description": "A started project using AngularJS and Compass.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/wlepinski/gulp-angularjs-starter-project",
"homepage": "https://github.com/wlepinski/gulp-angularjs-starter-project",
"author": "William Lepinski",
"license": "MIT",
"devDependencies": {
"connect-livereload": "^0.3.2",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.1.1",
"gulp-clean": "^0.2.4",
"gulp-compass": "^1.1.8",
"gulp-header": "^1.0.2",
"gulp-imagemin": "^0.1.5",
"gulp-inject": "^0.4.1",
"gulp-jshint": "^1.5.1",
"gulp-livereload": "^1.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-minify-html": "^0.1.1",
"gulp-ngmin": "^0.1.2",
"gulp-rev": "^0.3.1",
"gulp-rimraf": "0.0.9",
"gulp-uglify": "^0.2.1",
"gulp-usemin": "^0.3.3",
"gulp-webserver": "^0.9.1",
"jshint-stylish": "^0.1.5",
"rimraf": "^2.2.6",
"tiny-lr": "0.0.5"
},
"dependencies": {
"express": "^3.5.1"
}
}