Skip to content

Commit a1e9c69

Browse files
committed
Merge pull request #31 from satsalou/issue-30
chore(package-local) Issue #53: Make a copy of package.json as a local file
2 parents 0208d13 + de1cfce commit a1e9c69

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

package.json.local

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"name": "Supermodular",
3+
"version": "1.1.0",
4+
"private": true,
5+
"dependencies": {},
6+
"devDependencies": {
7+
"cordova": "^5.4.1",
8+
"elementtree": "0.1.6",
9+
"glob": "~4.3.5",
10+
"grunt": "~0.4.5",
11+
"grunt-autoprefixer": "~2.2.0",
12+
"grunt-concurrent": "1.0.0",
13+
"grunt-contrib-clean": "~0.6.0",
14+
"grunt-contrib-concat": "~0.5.0",
15+
"grunt-contrib-connect": "~0.9.0",
16+
"grunt-contrib-copy": "~0.7.0",
17+
"grunt-contrib-cssmin": "~0.11.0",
18+
"grunt-contrib-htmlmin": "~0.3.0",
19+
"grunt-contrib-jshint": "~0.11.0",
20+
"grunt-contrib-sass": "^0.9.2",
21+
"grunt-contrib-uglify": "~0.7.0",
22+
"grunt-contrib-watch": "~0.6.1",
23+
"grunt-include-source": "^0.5.1",
24+
"grunt-karma": "~0.12.1",
25+
"grunt-newer": "~1.1.0",
26+
"grunt-ng-annotate": "~0.9.2",
27+
"grunt-ng-constant": "^1.0.0",
28+
"grunt-usemin": "~3.0.0",
29+
"grunt-wiredep": "^2.0.0",
30+
"ionic": "^1.7.12",
31+
"jshint-stylish": "~1.0.0",
32+
"karma": "~0.13.15",
33+
"karma-chai": "~0.1.0",
34+
"karma-chrome-launcher": "~0.2.2",
35+
"karma-coverage": "~0.5.3",
36+
"karma-mocha": "~0.2.1",
37+
"karma-phantomjs-launcher": "~0.2.1",
38+
"load-grunt-tasks": "~3.1.0",
39+
"lodash": "~3.10.1",
40+
"mkdirp": "~0.5.0",
41+
"ncp": "~1.0.1",
42+
"orchestrator": "~0.3.7",
43+
"plist": "^1.2.0",
44+
"ripple-emulator": "~0.9.24",
45+
"time-grunt": "~1.0.0",
46+
"win-spawn": "^2.0.0"
47+
},
48+
"engines": {
49+
"node": ">=0.10.0"
50+
},
51+
"scripts": {
52+
"test": "grunt test",
53+
"//": "Post installation.",
54+
"//": "Uncomment the next line to enable post install script.",
55+
"//": "There is always the option to run it manually.",
56+
"//": { "postinstall": "./install.sh" },
57+
"//": { "postinstall": "./install.bat" }
58+
},
59+
"cordovaPlatforms": [],
60+
"cordovaPlugins": [
61+
"cordova-plugin-device",
62+
"cordova-plugin-console",
63+
"com.ionic.keyboard",
64+
"cordova-plugin-inappbrowser",
65+
"cordova-plugin-geolocation",
66+
{
67+
"locator": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
68+
"id": "nl.x-services.plugins.socialsharing"
69+
},
70+
{
71+
"locator": "https://github.com/katzer/cordova-plugin-email-composer.git",
72+
"id": "de.appplant.cordova.plugin.email-composer"
73+
},
74+
"cordova-plugin-network-information",
75+
"cordova-plugin-whitelist",
76+
"cordova-plugin-transport-security"
77+
]
78+
}

0 commit comments

Comments
 (0)