-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 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
{
"repository": {
"type": "git",
"url": "git://github.com/username/repository.git"
},
"name": "app",
"version": "1.0.0",
"description": "App",
"main": "app/app.module.js",
"scripts": {
"test": "gulp test",
"postinstall": "bower install --config.interactive=false"
},
"author": "",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.5.3",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.9.4",
"gulp-load-plugins": "^0.7.0",
"gulp-match": "^0.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.1",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.32",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.3.1",
"karma-fixture": "^0.2.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.5",
"karma-json-fixtures-preprocessor": "0.0.1",
"karma-phantomjs-launcher": "^0.1.4",
"ng-dependencies": "^0.2.0",
"protractor": "^1.1.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"through": "^2.3.7",
"wiredep": "^2.2.2"
},
"dependencies": {
"angular-papaparse": "^1.0.0"
}
}