-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 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
{
"name": "angular-normalize-salesforce",
"version": "0.9.2",
"description": "Angular module to normalize and denormalize salesforce field and object names",
"contributors": [
"Konstantin Krauss <konstantin@propertybase.com> (http://www.propertybase.com)"
],
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.8.0",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-git": "^0.5.1",
"gulp-karma": "^0.0.5",
"gulp-load-plugins": "^0.7.0",
"gulp-ng-annotate": "^0.3.3",
"gulp-sourcemaps": "^1.2.2",
"gulp-tag-version": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "^0.0.26",
"mocha": "^1.21.4",
"run-sequence": "^1.0.0"
},
"scripts": {
"test": "karma start karma.conf.coffee --reporters=dots"
}
}