-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"name": "extension-promo",
"version": "0.0.0",
"description": "https://likeastore.com extension promo page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/likeastore/extension-promo.git"
},
"keywords": [
"likeastore",
"extension",
"chrome",
"firefox",
"safari"
],
"author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/likeastore/extension-promo/issues"
},
"homepage": "http://extension.likeastore.com",
"dependencies": {
"coffeeify": "^0.6.0",
"dookie-css": "^0.1.11",
"gulp": "^3.8.7",
"gulp-stylus": "^1.3.0",
"hamlet-cli": "^0.6.0-pre.10",
"hamlet-runtime": "^0.6.0-pre.11",
"o_0": "^0.2.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
"dookie-css": "^0.1.8",
"gulp": "^3.8.6",
"gulp-browserify": "^0.5.0",
"gulp-connect": "^2.0.6",
"gulp-uglifyjs": "^0.4.2",
"gulp-hamlet-compile": "0.1.0",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.0.2"
}
}