-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.55 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.55 KB
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
44
45
46
47
48
49
50
51
52
{
"name": "admin-cms-symfony2",
"title": "Symfony2 adminCMS & Foundation 5",
"description": "Foundation 5 front end framework for Symfony2 adminCMS",
"version": "v2.8.4",
"homepage": "",
"authors": [{
"name": "George admin",
"url": "http://www.admin.info"
}],
"repository": {
"type": "git",
"url": "git://github.com/bardius/admincms.git"
},
"bugs": {
"url": "https://github.com/bardius/admincms/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"jit-grunt": "~0.10.0",
"load-grunt-config": "~0.19.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-csso": "~0.8.0",
"grunt-postcss": "^0.7.0",
"load-grunt-tasks": "~3.4.0",
"grunt-bower-task": "~0.4.0",
"grunt-composer": "~0.4.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-newer": "~1.1.1",
"grunt-notify": "~0.4.5",
"grunt-csssplit": "~0.4.0",
"grunt-combine-mq": "~0.9.0",
"grunt-contrib-jasmine": "~1.0.0",
"autoprefixer-core": "^6.0.1",
"grunt-symfony2": "~0.5.0",
"grunt-autoprefixer": "~3.0.3"
},
"keywords": [],
"scripts": {
"test": "grunt travis --verbose"
}
}