-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.65 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
{
"name": "updooter",
"private": true,
"version": "0.0.1",
"description": "Up those Doots m8",
"repository": "github.com/rorystokes/UpDooter",
"license": "MIT",
"dependencies": {
"WNdb": "^3.1.2",
"angular": "~1.4.0",
"angular-local-storage": "^0.1.5",
"angular-ui-bootstrap": "~1.3.0",
"bootstrap": "~3.3.0",
"fb": "^1.0.2",
"g-i-s": "^1.0.3",
"g-image-search": "^1.0.2",
"google-images": "^1.0.0",
"image-search": "0.0.1",
"imgur-search": "^1.0.1",
"lapack": "^0.1.0",
"lodash": "~4.10.0",
"random-distrib.js": "0.0.4",
"sentencer": "^0.1.5",
"store": "^1.3.20"
},
"devDependencies": {
"bower": "^1.3.1",
"grunt": "^0.4.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-express-server": "^0.5.2",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + sed(/sourceMappingURL=angular-loader.min.js.map/,'sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map','app/bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
}
}