-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.43 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.43 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
{
"name": "gcmd",
"version": "0.2.1",
"description": "Easily select GCMD Science keywords",
"main": "gcmd.js",
"dependencies": {
"grunt": "~0",
"grunt-cli": "~0",
"grunt-bower-task": "~0",
"grunt-contrib-clean": "~0",
"grunt-contrib-concat": "~0",
"grunt-contrib-copy": "~0",
"grunt-contrib-jshint": "~0",
"grunt-contrib-sass": "~0",
"grunt-contrib-uglify": "~0",
"grunt-contrib-watch": "~0",
"grunt-env": "~0",
"grunt-preprocess": "~4"
},
"scripts": {
"dev": "grunt",
"prod": "grunt prod",
"watch": "grunt watch",
"test": "grunt init"
},
"devDependencies": {
"autosize": "^3.0.13",
"babelify": "^6.3.0",
"bootstrap-sass": "^3.3.5",
"browserify": "^11.2.0",
"browserify-shim": "^3.8.10",
"grunt-bootlint": "^0.9.1",
"grunt-browserify": "^4.0.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-gh-pages": "^0.9.1",
"jquery": "^2.1.4"
},
"browserify-shim": {
"jquery": "global:$"
},
"browserify": {
"transform": [
"browserify-shim",
[
"babelify",
{
"stage": 0
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcticlcc/gcmd.git"
},
"author": "Josh Bradley <jbradley@arcticlcc.org>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/arcticlcc/gcmd/issues"
},
"homepage": "https://github.com/arcticlcc/gcmd#readme"
}