forked from esvit/bazalt-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 719 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 719 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
{
"name": "bazalt-cms",
"version": "2.0.0",
"homepage": "http://bazalt-cms.com/",
"bugs": {
"url": "http://github.com/Equalteam/bazalt/issues"
},
"scripts": {
"test": "APPLICATION_ENV=testing phpunit --configuration ./Tests/travis/mysql.xml"
},
"license": "BSD",
"engines": {
"php": ">= 5.4.0"
},
"devDependencies": {
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-less": "~0.5.1"
},
"dependencies": {
"bower": "~0.9.2"
}
}