-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "angular-nps",
"version": "1.0.0",
"description": "Angular Net Promoter Score feedback form.",
"main": "index.js",
"private": true,
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sigaostudios/angular-nps.git"
},
"author": "Sigao Studios, LLC.",
"license": "MIT",
"bugs": {
"url": "https://github.com/sigaostudios/angular-nps/issues"
},
"homepage": "https://github.com/sigaostudios/angular-nps#readme",
"devDependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.5.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "latest",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-lesshint": "^2.0.0",
"gulp-load-plugins": "^1.2.4",
"gulp-minify": "0.0.12",
"gulp-ng-html2js": "^0.2.2",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"sinon": "^1.17.6"
}
}