-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
31 lines (31 loc) · 900 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
{
"name": "yii-app",
"version": "1.0.0",
"author": "Christoffer Niska <[email protected]>",
"description": "A great way to start building your web application with the Yii PHP framework.",
"contributors": [
{
"name": "Christoffer Niska",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Crisu83/yii-app.git"
},
"keywords": [
"yii",
"application",
"application-template"
],
"license": "New BSD License",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-closure-compiler": "~0.0.19",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-watch": "~0.5.1"
}
}