-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.52 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.52 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
53
54
55
56
57
58
59
60
{
"name": "ps_pages",
"title": "Pyramid SACRUD Pages",
"description": "ps_pages provides a collections of pages to your Pyramid application. This is very similar to django.contrib.flatpages but with a tree structure and traversal algorithm in URL dispath.",
"version": "0.0.4",
"homepage": "https://github.com/ITCase/ps_pages",
"author": {
"name": "ITCase",
"email": "info@itcase.pro"
},
"repository": {
"type": "git",
"url": "git@github.com:ITCase/ps_pages.git"
},
"bugs": "https://github.com/ITCase/ps_pages/issues",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"browser-sync": "^2.5.0",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.3",
"chai": "^2.2.0",
"cheerio": "^0.19.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-batch": "~1.0.5",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.0.0",
"gulp-newer": "^0.5.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.2",
"main-bower-files": "^2.6.2",
"mocha": "^2.2.1",
"phantomjs": "^1.9.16",
"selenium-webdriver": "2.45",
"vinyl-buffer": "^1.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "mocha -b --timeout 999999 ps_pages/static/js/tests/"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
},
"browserify-shim": {
}
}