-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "hexedit",
"version": "0.1.0beta",
"browserify": {
"transform": [
"babelify"
]
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babelify": "^6.3.0",
"browserify": "^11.0.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-html-angular-validate": "^0.4.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.0",
"gulp-wrapper": "^1.0.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.4",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-safari-launcher": "^0.1.1",
"sw-precache": "^3.2.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.12",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"angular": "^1.4.5",
"angular-route": "^1.4.5",
"angular-ui-bootstrap": "^0.13.4",
"bootstrap": "^3.3.5",
"clipboard": "^1.6.1",
"file-saver": "^1.3.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-jslint": "^1.1.14",
"grunt-karma": "^0.11.0",
"grunt-targethtml": "^0.2.6",
"gulp": "^3.9.0",
"hammerjs": "^2.0.8",
"jailed": "^0.3.1",
"jbinary": "^2.1.3",
"jquery": "^2.1.4",
"localforage": "^1.5.0",
"modernizr": "^3.0.0-alpha.4"
}
}