-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.27 KB
/
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
44
45
46
47
48
49
50
51
{
"name": "psc-cms-js",
"description": "js library for Psc CMS (pscheit/psc-cms). shim reposistory for builds.",
"keywords": [
"cms",
"framework"
],
"homepage": "http://www.ps-webforge.com/",
"author": "Philipp Scheit <[email protected]",
"contributors": [
"Yulia Bobkova <[email protected]"
],
"licence": "LGPL",
"repository": {
"type": "git",
"url": "https://github.com/pscheit/psc-cms-js.git"
},
"version": "1.3.0",
"config": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.0",
"grunt-hogan": "~0.2",
"grunt-contrib-jshint": "~0.3",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-connect": "~0.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-blanket-qunit": "~0.2.0",
"semver": "~2.1.0",
"npm": "~1.3.9",
"process": "~0.5.1",
"grunt-shimney-sweeper": "~1.1.1"
},
"dependencies": {
"shimney-json": "~1.0.0",
"shimney-hogan": "~2.0.0",
"shimney-twitter-bootstrap": "~2.3.1",
"shimney-knockout": "~2.3.0",
"shimney-cookie-monster": "~0.2.0",
"shimney-sammy": "~0.7.4",
"shimney-jquery": "~1.8.3",
"shimney-lodash": "~1.3.1"
}
}