-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
38 lines (38 loc) · 1.22 KB
/
package.json
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
{
"name": "jqplay",
"version": "1.0.0",
"description": "jqplay",
"repository": {
"type": "git",
"url": "https://github.com/owenthereal/jqplay"
},
"author": "Owen Ou",
"license": "MIT",
"bugs": {
"url": "https://github.com/owenthereal/jqplay/issues"
},
"homepage": "https://jqplay.org",
"dependencies": {
"@bower_components/ace-builds": "ajaxorg/ace-builds#^1",
"@bower_components/angular": "angular/bower-angular#v1.8.3",
"@bower_components/angular-ui-ace": "angular-ui/ui-ace#0.2.3",
"@bower_components/bootstrap": "twbs/bootstrap#v3.4.1",
"@bower_components/jquery": "jquery/jquery-dist#1.9.1 - 3",
"bower": "^1.8.8",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-text-replace": "^0.4.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'public/bower_components', 'junction') } catch (e) { }\" && grunt build"
},
"engines": {
"yarn": ">= 1.0.0"
}
}