-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.77 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
61
62
63
64
65
66
67
68
69
70
{
"name": "cloudapp",
"version": "0.1.0",
"description": "91ferns cloud app",
"author": "Stephen Parente",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"dependencies": {
"adaro": "^0.1.5",
"dustjs-helpers": "^1.2.0",
"dustjs-linkedin": "^2.4.0",
"engine-munger": "^0.2.0",
"express": "^4.3.0",
"gulp-less": "^1.3.0",
"kraken-devtools": "^1.0.0",
"kraken-js": "^1.0.1",
"less": "^1.7.2",
"localizr": "^0.1.0",
"requirejs": "^2.1.14"
},
"devDependencies": {
"browser-sync": "^1.0.0",
"grunt": "^0.4.5",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.2.1",
"grunt-localizr": "^0.1.0",
"grunt-mocha-cli": "^1.9.0",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^0.0.8",
"gulp-cache": "^0.2.0",
"gulp-changed": "^0.4.0",
"gulp-csso": "^0.2.9",
"gulp-dust-html": "0.0.2",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "^0.1.4",
"gulp-replace": "^0.4.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-uncss": "^0.4.4",
"gulp-useref": "^0.6.0",
"jshint-stylish": "^0.2.0",
"mocha": "^1.18.0",
"opn": "^0.1.1",
"psi": "^0.0.4",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6",
"supertest": "^0.9.0"
},
"generator-kraken": {
"version": "1.1.0",
"template": "dustjs",
"css": "less",
"js": "requirejs",
"task": "grunt"
},
"private": true
}