-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.69 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.69 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
{
"name": "newwwness",
"version": "0.0.1",
"description": "A site and browser extension to see new interesting sites on the web.",
"author": {
"name": "Aranja",
"email": "aranja@aranja.com",
"url": "http://aranja.com"
},
"scripts": {
"start": "gulp server",
"postinstall": "jspm install",
"deploy": "./bin/deploy.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/aranja/newwwness"
},
"homepage": "http://aranja.com",
"devDependencies": {
"glob": "^4.3.5",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.1.1",
"gulp-connect": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^0.11.0",
"gulp-less": "^3.0.0",
"gulp-livereload": "^3.7.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-rev-all": "^0.7.6",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.1",
"gulp-zip": "^2.0.3",
"jspm": "^0.15.6",
"merge-stream": "^1.0.0",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"normalize.css": "^3.0.2"
},
"jspm": {
"directories": {
"baseURL": "app",
"lib": "app/js",
"packages": "jspm_packages"
},
"configFile": "app/js/config.js",
"dependencies": {
"jade": "github:johnsoftek/plugin-jade@^0.4.0",
"qwest": "npm:qwest@^1.5.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}