-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 972 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
39
40
41
42
43
{
"name": "flexible_grid",
"version": "0.0.1",
"description": "making a flexible resizable grid",
"main": "app.js",
"scripts": {
"test": "none"
},
"devDependencies": {
"grunt": "*",
"gzip-js": "*",
"matchdep": "*",
"grunt-open": "*",
"grunt-bower-hooks": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-compass": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/yahyaKacem/flexible_grid.git"
},
"keywords": [
"flexible",
"grid"
],
"author": {
"name": "Yahya Kacem",
"email": "[email protected]"
},
"licenses": {
"type": "BSD"
},
"readmeFilename": "README.md",
"gitHead": "06d79c21b031dd268fb0a8802b30a7a5f21fb6a6",
"bugs": {
"url": "https://github.com/yahyaKacem/flexible_grid/issues"
}
}