-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "vnn-o",
"version": "1.0.0",
"description": "Simple promise observer for AngularJS",
"main": "index.js",
"scripts": {
"pretest": "npm run build",
"test": "node_modules/karma/bin/karma start karma.conf.js --single-run",
"build": "node_modules/.bin/gulp build"
},
"keywords": [
"angular",
"promises"
],
"repository": {
"type": "git",
"url": "git@github.com:varsitynewsnetwork/o.git"
},
"devDependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"del": "^0.1.3",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-webpack": "^1.2.0",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.28",
"karma-jasmine": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"script-loader": "^0.6.1",
"webpack": "^1.5.3"
},
"dependencies": {
"eventemitter2": "^0.4.14"
}
}