-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 873 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": "RWD-Demo",
"version": "0.1.0",
"description": "A demonstration of responsive web design",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/flyer1/RWD-Demo.git"
},
"keywords": [
"AngularJS"
],
"authors": [
"Jon Kroeker",
"Roy Drenker"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/flyer1/RWD-Demo/issues"
},
"homepage": "https://github.com/flyer1/RWD-Demo",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-less": "^2.0.1",
"gulp-load-plugins": "^0.7.1",
"gulp-plumber": "^0.6.6",
"gulp-print": "^1.1.0",
"gulp-task-listing": "^1.0.0",
"gulp-util": "^3.0.2",
"yargs": "^3.6.0"
},
"dependencies": {}
}