This repository was archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.96 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
{
"name": "v4",
"version": "1.0.0",
"description": "Become a Sass master with SassMeister, the Sass playground.",
"main": "index.js",
"engines": {
"node": "^5.2.0",
"npm": "^3.3.12"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"postinstall": "./node_modules/gulp/bin/gulp.js production"
},
"repository": {
"type": "git",
"url": "https://github.com/jedfoster/SassMeister.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jedfoster/SassMeister/issues"
},
"homepage": "https://github.com/jedfoster/SassMeister",
"devDependencies": {
"mocha": "^2.2.1"
},
"dependencies": {
"angular": "^1.6.3",
"angular-cookies": "^1.4.1",
"angular-hotkeys": "^1.6.0",
"angular-load": "^0.2.0",
"angular-resizable": "https://github.com/Reklino/angular-resizable.git",
"angular-resource": "^1.3.13",
"angular-sanitize": "^1.4.7",
"angular-ui-ace": "https://github.com/angular-ui/ui-ace.git",
"angular-ui-router": "^0.4.2",
"brace": "https://github.com/jedfoster/brace.git",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"del": "^1.2.0",
"github-api": "^0.11.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-awspublish": "^3.0.1",
"gulp-batch-replace": "0.0.0",
"gulp-cloudfront-invalidate-aws-publish": "0.0.1",
"gulp-filesize": "0.0.6",
"gulp-gzip": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-minify-css": "^0.4.6",
"gulp-mustache": "^2.2.0",
"gulp-notify": "^1.4.2",
"gulp-rename": "^1.2.0",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.1.0",
"jade-loader": "^0.8.0",
"js-yaml": "^3.5.3",
"marked": "^0.3.3",
"ng-toast": "^1.5.6",
"ngstorage": "^0.3.4",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.1.5",
"vinyl-named": "^1.1.0",
"webpack-stream": "^3.1.0"
}
}