-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1006 Bytes
/
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
{
"name": "ng-smart-id",
"version": "4.0.3",
"description": "",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"pretest": "standard",
"test": "npm run -s build && karma start"
},
"keywords": [],
"author": "Patricia Garcia <[email protected]>",
"license": "Apache 2.0",
"dependencies": {
"angular": "^1.5.5"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"rollup": "^0.26.3",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0",
"rollup-plugin-uglify": "^1.0.0",
"standard": "^7.1.1"
},
"standard": {
"globals": [
"angular",
"inject"
],
"env": {
"browser": true,
"jasmine": true
}
}
}