-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 834 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 834 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
34
35
36
37
{
"name": "Aegis",
"version": "1.3.3",
"description": "Aegis CSS Framework",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.7",
"gulp-bump": "^0.1.11",
"gulp-compass": "^1.3.1",
"gulp-header": "^1.0.5",
"gulp-minify-css": "^0.3.7",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-util": "^3.0.1",
"gulp-watch": "^0.7.0",
"run-sequence": "^0.3.6"
},
"keywords": [
"playlyfe",
"css-framework",
"styles"
],
"author": {
"name": "Kumar Harsh",
"email": "khs@playlyfe.com"
},
"homepage": "http://github.com/playlyfe/aegis",
"repository": {
"type": "git",
"url": "http://github.com/playlyfe/aegis"
},
"bugs": {
"url": "http://github.com/playlyfe/aegis/issues"
},
"license": "MIT"
}