This repository was archived by the owner on Dec 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.36 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
{
"name": "StructureJS-Boilerplate-BabelJS",
"version": "1.0.0",
"description": "",
"developedBy": "codeBelt.com",
"main": "",
"scripts": {},
"author": "",
"license": "ISC",
"browser": {
"jquery": "./src/assets/vendor/jquery/dist/jquery.js",
"handlebars": "./src/assets/vendor/handlebars/handlebars.min.js"
},
"browserify-shim": {
"jquery": "global:$",
"handlebars": "global:Handlebars"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"babelify": "6.4.0",
"autoprefixer": "^6.1.2",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.11",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-handlebars": "^0.11.0",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-json": "^0.1.5",
"grunt-open": "^0.2.3",
"grunt-postcss": "^0.7.1",
"grunt-sass": "^1.1.0",
"grunt-string-replace": "^1.2.0",
"grunt-typescript": "^0.8.0",
"grunt-usemin": "^3.1.1",
"jit-grunt": "^0.9.1",
"remapify": "^2.1.0",
"time-grunt": "^1.2.2",
"tsify": "^0.12.2",
"typescript": "^1.6.2"
}
}