-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 2.12 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 2.12 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
{
"name": "pogs-ui",
"version": "0.0.0",
"dependencies": {
"bower": "^0.10.0",
"grunt": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
"grunt-autoprefixer": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-1.0.1.tgz",
"grunt-bower-requirejs": "^0.4.4",
"grunt-concurrent": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-0.5.0.tgz",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-coffee": "^0.6.7",
"grunt-contrib-compass": "^0.1.3",
"grunt-contrib-concat": "^0.1.3",
"grunt-contrib-connect": "^0.2.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-cssmin": "^0.5.0",
"grunt-contrib-htmlmin": "^0.1.3",
"grunt-contrib-imagemin": "^0.1.4",
"grunt-contrib-jshint": "^0.3.0",
"grunt-contrib-livereload": "^0.1.2",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-watch": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz",
"grunt-filerev": "https://registry.npmjs.org/grunt-filerev/-/grunt-filerev-0.2.1.tgz",
"grunt-google-cdn": "^0.1.4",
"grunt-karma": "^0.8.3",
"grunt-ngmin": "0.0.3",
"grunt-open": "^0.2.3",
"grunt-regarde": "^0.1.1",
"grunt-rev": "^0.1.0",
"grunt-svgmin": "https://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-0.4.0.tgz",
"grunt-usemin": "^0.1.13",
"grunt-wiredep": "https://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-1.8.0.tgz",
"jshint-stylish": "https://registry.npmjs.org/jshint-stylish/-/jshint-stylish-0.4.0.tgz",
"karma": "^0.12.23",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "https://registry.npmjs.org/karma-phantomjs-launcher/-/karma-phantomjs-launcher-0.1.4.tgz",
"load-grunt-tasks": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz",
"matchdep": "^0.1.2",
"svgmin": "https://registry.npmjs.org/svgmin/-/svgmin-0.1.0.tgz",
"time-grunt": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz",
"wiredep": "https://registry.npmjs.org/wiredep/-/wiredep-1.8.5.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}